From 89d97ab9094587911322751eaa02252441d32858 Mon Sep 17 00:00:00 2001 From: Alok Barsode Date: Fri, 3 Feb 2012 20:25:56 +0200 Subject: [PATCH] meego: Use system timeserver APIs to add/remove timeservers --- plugins/meego.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/meego.c b/plugins/meego.c index 717b220..f8d2f0f 100644 --- 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, -- 2.7.4