Fix Coverity CID1298052

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-06-22 10:19:13 -04:00
parent 2936a4ccfe
commit 3e23c54b8a
1 changed files with 4 additions and 1 deletions

View File

@ -588,10 +588,13 @@ _e_fm_main_udisks2_cb_storage_prop_modified(void *data, const Eldbus_Message *ms
if (type[0] == 's')
{
char *txt;
if (eldbus_message_arguments_get(msg, type, &txt))
{
ERR("%s", txt);
}
}
}
if (!eldbus_message_arguments_get(msg, "a{sv}", &arr))
return;
valid = s->validated;