summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/timeserver.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/timeserver.c b/src/timeserver.c
index c6103466..32f1b01c 100755
--- a/src/timeserver.c
+++ b/src/timeserver.c
@@ -359,8 +359,10 @@ int __connman_timeserver_sync(struct connman_service *default_service)
if (!service)
return -EINVAL;
+#if !defined TIZEN_EXT
if (service == ts_service)
return -EALREADY;
+#endif
if (!resolv)
return 0;