Remove temporary code changes. 12/250512/1 accepted/tizen/unified/20210129.002150 submit/tizen/20210125.084818 submit/tizen/20210126.062930 submit/tizen/20210127.105449
authorNiraj Kumar Goit <niraj.g@samsung.com>
Mon, 28 Dec 2020 20:23:53 +0000 (01:53 +0530)
committerNiraj Kumar Goit <niraj.g@samsung.com>
Mon, 28 Dec 2020 20:32:55 +0000 (02:02 +0530)
Change-Id: Id5fcb88a21530ca55770f4a23c35259e65b144d7
Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
packaging/net-config.spec
src/main.c

index c179d9d..5e2ae91 100755 (executable)
@@ -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
index 3753fdf..cd6aa31 100755 (executable)
@@ -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");