diff options
Diffstat (limited to 'src/ntp.c')
-rwxr-xr-x | src/ntp.c | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -527,6 +527,13 @@ static gboolean received_data(GIOChannel *channel, GIOCondition condition, } } +#if defined TIZEN_EXT + if (__connman_clock_timeupdates() == TIME_UPDATES_MANUAL) { + DBG("Skip time update."); + return TRUE; + } +#endif + decode_msg(nd, iov.iov_base, iov.iov_len, tv, &mrx_time); return TRUE; |