fix svace issues 42/113542/1 accepted/tizen/3.0/common/20170208.145508 accepted/tizen/3.0/ivi/20170208.083944 accepted/tizen/3.0/mobile/20170208.083835 accepted/tizen/3.0/wearable/20170208.083914 submit/tizen_3.0/20170208.070727
authorjkjo92 <jkjo92@samsung.com>
Wed, 8 Feb 2017 06:00:13 +0000 (15:00 +0900)
committerjkjo92 <jkjo92@samsung.com>
Wed, 8 Feb 2017 06:00:13 +0000 (15:00 +0900)
Change-Id: Ib0b044f34855eb83b4bc7392d132abb462cc01bd
Signed-off-by: jkjo92 <jkjo92@samsung.com>
client/fido_uaf_client.c
server/fido_selection_ui_adaptor.c [changed mode: 0644->0755]
test/Dummy_ASM_DBUS/dummy_asm_server.c [changed mode: 0644->0755]

index 72471dc..8ed130d 100755 (executable)
@@ -92,10 +92,6 @@ _fido_uaf_process_operation_reply(GObject *object, GAsyncResult *res, gpointer u
        }
 
        _fido_process_cb_data_s *cb_data = (_fido_process_cb_data_s *)user_data;
-       if (cb_data == NULL) {
-               _ERR("Can not proceed since callback data is NULL");
-               return;
-       }
 
        if (cb_data->cb == NULL) {
                _ERR("Can not proceed since callback data's cb part is NULL");
old mode 100644 (file)
new mode 100755 (executable)
index 1a7cc94..a7fc435
@@ -427,8 +427,7 @@ __get_proc_path_of_dbus_caller(GDBusMethodInvocation *invocation)
 
        connection = g_dbus_method_invocation_get_connection(invocation);
        if (connection == NULL) {
-               _ERR("Failed to open connection for the invocation [%s]", error->message);
-               g_error_free(error);
+               _ERR("Failed to open connection for the invocation");
                return NULL;
        }
 
old mode 100644 (file)
new mode 100755 (executable)
index 183c25f..ad87871
@@ -102,8 +102,7 @@ __get_proc_path_of_dbus_caller(GDBusMethodInvocation *invocation)
 
        connection = g_dbus_method_invocation_get_connection(invocation);
        if (connection == NULL) {
-               _ERR("Failed to open connection for the invocation [%s]", error->message);
-               g_error_free(error);
+               _ERR("Failed to open connection for the invocation");
                return NULL;
        }