From: Harlan Stenn Date: Tue, 9 Nov 2004 09:38:42 +0000 (-0500) Subject: re-enable the first call to getstartup() X-Git-Tag: NTP_4_2_0B_RC1~197 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6ea66022bdb5cbf29580e0a55ed036eae19bd023;p=thirdparty%2Fntp.git re-enable the first call to getstartup() bk: 41909022J8WTKezSZQghP7zcN0JUeg --- diff --git a/ntpd/ntpd.c b/ntpd/ntpd.c index 5e5c1b6b46..9f384aa3e2 100644 --- a/ntpd/ntpd.c +++ b/ntpd/ntpd.c @@ -465,7 +465,7 @@ ntpdmain( init_winnt_time(); #endif -// getstartup(argc, argv); /* startup configuration, may set debug */ + getstartup(argc, argv); /* startup configuration, may set debug */ if (debug) printf("%s\n", Version);