From b14285da9de996e3a59e24765cb26d47a2e8853f Mon Sep 17 00:00:00 2001 From: Niraj Kumar Goit Date: Tue, 29 Dec 2020 01:53:53 +0530 Subject: [PATCH] Remove temporary code changes. Change-Id: Id5fcb88a21530ca55770f4a23c35259e65b144d7 Signed-off-by: Niraj Kumar Goit --- packaging/net-config.spec | 2 +- src/main.c | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) 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"); -- 2.34.1