Skip to content

Commit

Permalink
Potential fix for CID #1103635
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe De Swert <philippe.deswert@jollamobile.com>
  • Loading branch information
philippedeswert committed Oct 9, 2013
1 parent ac843e0 commit fdbf67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usb_moded-dsme.c
Expand Up @@ -53,12 +53,12 @@ int is_in_user_state(void)
{
dbus_message_get_args(reply, &error, DBUS_TYPE_STRING, &buffer, DBUS_TYPE_INVALID);
dbus_message_unref(reply);
log_debug("user state = %s\n", buffer);
}
dbus_message_unref(msg);
}
dbus_connection_unref(dbus_conn);

log_debug("user state = %s\n", buffer);
if (strcmp(buffer, "USER")==0) ret = 1;
return(ret);
}
Expand Down

0 comments on commit fdbf67b

Please sign in to comment.