Handle ethernet profile to set a default connection when init time 09/196909/1
authorJaehyun Kim <jeik01.kim@samsung.com>
Mon, 7 Jan 2019 13:40:00 +0000 (22:40 +0900)
committerJaehyun Kim <jeik01.kim@samsung.com>
Mon, 7 Jan 2019 13:51:38 +0000 (22:51 +0900)
Change-Id: I4d96d37fba47c038d592c66272451b6e1a77ec4d
Signed-off-by: Jaehyun Kim <jeik01.kim@samsung.com>
src/network-state.c

index e668dd5..428550c 100755 (executable)
@@ -986,6 +986,9 @@ static void __netconfig_update_if_service_connected(void)
                } else if (g_str_has_prefix(path,
                                                CONNMAN_CELLULAR_SERVICE_PROFILE_PREFIX) == TRUE) {
                        /* Process this */
+               } else if (g_str_has_prefix(path,
+                                               CONNMAN_ETHERNET_SERVICE_PROFILE_PREFIX) == TRUE) {
+                       /* Process this */
                } else {
                        continue;
                }