removed dbus-send cmd in Network Reset func, asked by TAP team
authorMyoungJune Park <mj2004.park@samsung.com>
Tue, 4 Sep 2012 04:42:35 +0000 (13:42 +0900)
committerMyoungJune Park <mj2004.park@samsung.com>
Tue, 4 Sep 2012 04:42:35 +0000 (13:42 +0900)
setting-network/src/setting-network.c

index e12f99f..7ca2f5d 100755 (executable)
@@ -1190,7 +1190,8 @@ UG_MODULE_API int setting_plugin_reset(service_h service, void *priv)
        }
 
        //Reset connections info..
-       ret += excuteCmd("/usr/bin/dbus-send", 1, NET_CON_RESET_DBUS_PARA);
+       //  -> need to cowork with CSC
+       //ret += excuteCmd("/usr/bin/dbus-send", 1, NET_CON_RESET_DBUS_PARA);
 
        SETTING_TRACE_END;
        return ret;