Remove cancellable valuable 45/243345/1 submit/tizen/20200909.082204
authorhyunuk.tak <hyunuk.tak@samsung.com>
Mon, 7 Sep 2020 01:49:05 +0000 (10:49 +0900)
committerhyunuk.tak <hyunuk.tak@samsung.com>
Mon, 7 Sep 2020 01:49:09 +0000 (10:49 +0900)
Change-Id: I506cfe382798bcd811f976cf702d5873bf638189
Signed-off-by: hyunuk.tak <hyunuk.tak@samsung.com>
src/network_dbus.c

index 59da0b4..77275d1 100755 (executable)
@@ -830,7 +830,7 @@ GVariant *_net_invoke_dbus_method(network_info_s *network_info,
                        NULL,
                        G_DBUS_CALL_FLAGS_NONE,
                        DBUS_REPLY_TIMEOUT_SYNC,
-                       network_info->cancellable,
+                       NULL,
                        &error);
        if (reply == NULL) {
                if (error != NULL) {