From: Danny Mayer Date: Sun, 27 Nov 2005 23:35:43 +0000 (-0500) Subject: Name the timer event X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=240b45c8382240773c40c683c8b5da20cfcfdcb5;p=thirdparty%2Fntp.git Name the timer event bk: 438a42cf1tUD_0dbqf1M-S7p9fAdOA --- diff --git a/ports/winnt/ntpd/nt_clockstuff.c b/ports/winnt/ntpd/nt_clockstuff.c index b6a03cb73d..85d8cbcb22 100644 --- a/ports/winnt/ntpd/nt_clockstuff.c +++ b/ports/winnt/ntpd/nt_clockstuff.c @@ -250,9 +250,9 @@ void reset_winnt_time(void) { if (!SetSystemTimeAdjustment(0, TRUE)) { msyslog(LOG_ERR, "Failed to reset clock state, SetSystemTimeAdjustment(): %m"); } - /************ Added back in 2003-01-26 *****************/ - /* read the current system time, and write it back to + /* read the current system time, and write it back to force CMOS update: */ + /************ Added back in 2003-01-26 *****************/ { SYSTEMTIME st; GetSystemTime(&st);