Fix typo 39/244539/1
authorSeonah Moon <seonah1.moon@samsung.com>
Mon, 21 Sep 2020 10:24:47 +0000 (19:24 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Mon, 21 Sep 2020 10:24:56 +0000 (19:24 +0900)
Change-Id: Ia9c4999350a4b8e3d30c1e950a0af6a55cff016b

src/tethering.c

index 84a18e7..701cd73 100755 (executable)
@@ -1824,7 +1824,7 @@ API int tethering_ipv6_enable(tethering_h tethering, tethering_type_e type)
                        request_table[TETHERING_TYPE_WIFI_SHARING].flag = true;
                } else {
                        g_strlcpy(key, "wifi_tether", TETHERING_WIFI_KEY_MAX_LEN);
-                       request_table[TETHERING_TYPE_WIFI_SHARING].flag = true;
+                       request_table[TETHERING_TYPE_WIFI].flag = true;
                }
 
                g_dbus_proxy_call(proxy, "enable_wifi_tethering",