summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorDaniel Wagner <daniel.wagner@bmw-carit.de>2011-02-15 16:45:23 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2011-02-15 18:05:33 +0100
commit39825ac90f49e934a9d7ff8e6d58dd912b192be0 (patch)
treee05f425487f54525117e395b591634614ab58b8b /src/main.c
parent98d4c63e644a35ff6bcb8baec288fdc46a3cbef3 (diff)
downloadconnman-39825ac90f49e934a9d7ff8e6d58dd912b192be0.tar.gz
connman-39825ac90f49e934a9d7ff8e6d58dd912b192be0.tar.bz2
connman-39825ac90f49e934a9d7ff8e6d58dd912b192be0.zip
connection: Remove connection element
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index b64e4356..ac90b5e2 100644
--- a/src/main.c
+++ b/src/main.c
@@ -228,6 +228,7 @@ int main(int argc, char *argv[])
__connman_detect_init();
__connman_session_init();
__connman_timeserver_init();
+ __connman_connection_init();
__connman_plugin_init(option_plugin, option_noplugin);
@@ -249,6 +250,7 @@ int main(int argc, char *argv[])
__connman_plugin_cleanup();
+ __connman_connection_cleanup();
__connman_timeserver_cleanup();
__connman_session_cleanup();
__connman_detect_cleanup();