Merge "Fix dbus delay when requesting hello" into tizen
authorWonnam Jang <wn.jang@samsung.com>
Tue, 7 Aug 2018 12:01:32 +0000 (12:01 +0000)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Tue, 7 Aug 2018 12:01:32 +0000 (12:01 +0000)
1  2 
client/vc_dbus.c

@@@ -403,10 -402,10 +403,10 @@@ int vc_dbus_request_hello(
        DBusMessage* result_msg = NULL;
        int result = 0;
  
-       result_msg = dbus_connection_send_with_reply_and_block(g_conn_sender, msg, 500, &err);
+       result_msg = dbus_connection_send_with_reply_and_block(g_conn_sender, msg, -1, &err);
  
        if (dbus_error_is_set(&err)) {
 -              SLOG(LOG_DEBUG, TAG_VCC, "[ERROR] Dbus Error (%s)", err.message);
 +              SLOG(LOG_DEBUG, TAG_VCC, "[ERROR] Dbus Error (%s)", err.message); //LCOV_EXCL_LINE
                dbus_error_free(&err);
        }