aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--networking/ntpd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/ntpd.c b/networking/ntpd.c
index 81474547e..d23b2c984 100644
--- a/networking/ntpd.c
+++ b/networking/ntpd.c
@@ -1902,6 +1902,7 @@ int ntpd_main(int argc UNUSED_PARAM, char **argv)
1902 ) { 1902 ) {
1903 /* Useful for updating battery-backed RTC and such */ 1903 /* Useful for updating battery-backed RTC and such */
1904 run_script("periodic"); 1904 run_script("periodic");
1905 gettime1900d(); /* sets G.cur_time */
1905 } 1906 }
1906 continue; 1907 continue;
1907 } 1908 }