diff options
author | chleun.moon <chleun.moon@samsung.com> | 2016-11-02 14:11:56 +0900 |
---|---|---|
committer | chleun.moon <chleun.moon@samsung.com> | 2016-11-02 14:12:07 +0900 |
commit | 57b34746c4e5a12cd58e03aa9739621ca296f79f (patch) | |
tree | 29fecde816acbbf01f35fc633866014048eebbce | |
parent | 8153acb82d4318fbb9b0de572440452242535d6a (diff) | |
parent | 0da2c229cbdb47e63043123c691d42a5f47be7af (diff) | |
download | connman-accepted/tizen/3.0/common/20161114.082114.tar.gz connman-accepted/tizen/3.0/common/20161114.082114.tar.bz2 connman-accepted/tizen/3.0/common/20161114.082114.zip |
Merge branch 'tizen' into tizen_3.0submit/tizen_3.0_common/20161110.084657submit/tizen_3.0/20161102.052717accepted/tizen/3.0/wearable/20161102.075831accepted/tizen/3.0/tv/20161102.075814accepted/tizen/3.0/mobile/20161102.075758accepted/tizen/3.0/ivi/20161102.075845accepted/tizen/3.0/common/20161114.082114
Change-Id: I9bd9df4ff2fa0232a5dec417a6fc5d5ba6e78954
Signed-off-by: cheoleun <chleun.moon@samsung.com>
-rwxr-xr-x | src/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -741,6 +741,7 @@ int main(int argc, char *argv[]) __connman_proxy_init(); __connman_detect_init(); __connman_session_init(); + __connman_timeserver_init(); __connman_connection_init(); __connman_plugin_init(option_plugin, option_noplugin); @@ -776,6 +777,7 @@ int main(int argc, char *argv[]) __connman_plugin_cleanup(); __connman_provider_cleanup(); __connman_connection_cleanup(); + __connman_timeserver_cleanup(); __connman_detect_cleanup(); __connman_proxy_cleanup(); __connman_task_cleanup(); |