Merge "Remove 'reserved (wifi ap)' type" into tizen accepted/tizen/common/20160425.144840 accepted/tizen/ivi/20160425.093759 accepted/tizen/mobile/20160425.093727 accepted/tizen/tv/20160425.093810 accepted/tizen/wearable/20160425.093745 submit/tizen/20160425.005628
authortaesub kim <taesub.kim@samsung.com>
Mon, 25 Apr 2016 00:55:44 +0000 (17:55 -0700)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Mon, 25 Apr 2016 00:55:44 +0000 (17:55 -0700)
src/tethering.c

index 632f057..a7ad287 100755 (executable)
@@ -1349,7 +1349,7 @@ API int tethering_create(tethering_h *tethering)
        }
        th->cancellable = cancellable;
 
-       th->client_bus_proxy = g_dbus_proxy_new_sync(th->client_bus, G_DBUS_PROXY_FLAGS_NONE,
+       th->client_bus_proxy = g_dbus_proxy_new_sync(th->client_bus, G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START_AT_CONSTRUCTION,
                        NULL, TETHERING_SERVICE_NAME, TETHERING_SERVICE_OBJECT_PATH,
                        TETHERING_SERVICE_INTERFACE, th->cancellable, &error);
        if (!th->client_bus_proxy) {