From: Niraj Kumar Goit Date: Mon, 28 Dec 2020 20:23:53 +0000 (+0530) Subject: Remove temporary code changes. X-Git-Tag: submit/tizen/20210125.084818^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F12%2F250512%2F1;p=platform%2Fcore%2Fconnectivity%2Fnet-config.git Remove temporary code changes. Change-Id: Id5fcb88a21530ca55770f4a23c35259e65b144d7 Signed-off-by: Niraj Kumar Goit --- diff --git a/packaging/net-config.spec b/packaging/net-config.spec index c179d9d..5e2ae91 100755 --- a/packaging/net-config.spec +++ b/packaging/net-config.spec @@ -1,7 +1,7 @@ Name: net-config Summary: TIZEN Network Configuration service Version: 1.2.7 -Release: 3 +Release: 4 Group: System/Network License: Apache-2.0 Source0: %{name}-%{version}.tar.gz diff --git a/src/main.c b/src/main.c index 3753fdf..cd6aa31 100755 --- a/src/main.c +++ b/src/main.c @@ -109,12 +109,6 @@ int main(int argc, char *argv[]) g_type_init(); #endif - /* - * TODO: Remove this temp change to start wpa_supplicant - * when ConnMan device some mechanism for EAP on Ethernet. - */ - __execute_supplicant(true); - main_loop = g_main_loop_new(NULL, FALSE); if (main_loop == NULL) { ERR("Couldn't create GMainLoop\n");