Fix incorrect dbus call 08/242808/1 submit/tizen/20200901.053326
authorJaehyun Kim <jeik01.kim@samsung.com>
Tue, 1 Sep 2020 03:18:31 +0000 (12:18 +0900)
committerJaehyun Kim <jeik01.kim@samsung.com>
Tue, 1 Sep 2020 03:19:18 +0000 (12:19 +0900)
Change-Id: Idab8b7c00a8981f9ac0efb55111323948b5233d8
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
src/network_interface.c

index 428e7b8..98c5864 100755 (executable)
@@ -1383,8 +1383,8 @@ int _net_get_interface_list(network_info_s *network_info, GSList **interface_lis
        gchar *interface_name = NULL;
 
        message = _net_invoke_dbus_method(network_info,
-                       CONNMAN_SERVICE, CONNMAN_WIFI_TECHNOLOGY_PATH,
-                       CONNMAN_TECHNOLOGY_INTERFACE, "GetInterfaces",
+                       CONNMAN_SERVICE, CONNMAN_MANAGER_PATH,
+                       CONNMAN_MANAGER_INTERFACE, "GetInterfaces",
                        NULL, &Error);
        if (message == NULL) {
                WIFI_LOG(WIFI_ERROR, "Failed to get interface list"); //LCOV_EXCL_LINE