projects
/
platform
/
upstream
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2333b44
)
meego: Use system timeserver APIs to add/remove timeservers
author
Alok Barsode
<alok.barsode@linux.intel.com>
Fri, 3 Feb 2012 18:25:56 +0000
(20:25 +0200)
committer
Samuel Ortiz
<sameo@linux.intel.com>
Sat, 4 Feb 2012 00:15:35 +0000
(
01:15
+0100)
plugins/meego.c
patch
|
blob
|
history
diff --git
a/plugins/meego.c
b/plugins/meego.c
index
717b220
..
f8d2f0f
100644
(file)
--- a/
plugins/meego.c
+++ b/
plugins/meego.c
@@
-31,12
+31,12
@@
static int meego_init(void)
{
- return
connman_timeserver
_append(MEEGO_NTP_SERVER);
+ return
__connman_timeserver_system
_append(MEEGO_NTP_SERVER);
}
static void meego_exit(void)
{
-
connman_timeserver
_remove(MEEGO_NTP_SERVER);
+
__connman_timeserver_system
_remove(MEEGO_NTP_SERVER);
}
CONNMAN_PLUGIN_DEFINE(meego, "MeeGo features plugin", VERSION,