]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 822] set progname once, early.
authorHarlan Stenn <stenn@ntp.org>
Wed, 16 May 2007 04:26:17 +0000 (00:26 -0400)
committerHarlan Stenn <stenn@ntp.org>
Wed, 16 May 2007 04:26:17 +0000 (00:26 -0400)
bk: 464a87e9kZVGPEEU2EaVo9xK9dSkjg

ChangeLog
ntpd/ntp_config.c

index 08e523ba9ee92729cbfd3cf40b302d9d29058cc7..82587648c04ac46fbe2b2e351dc65b77bf4a5fd4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+* [Bug 822] set progname once, early.
 * [Bug 819] remove erroneous #if 0 in Windows completion port code.
 * The new config code missed an #ifdef for building without refclocks.
 * Distribute some files needed by the new config parsing code.
index 5fa0d5b6ba2b233ea49f030b03484e84d487e564..df9dc67da51babfc2756947edff9e50518feeef8 100644 (file)
@@ -1819,7 +1819,6 @@ void getconfig(int argc,char *argv[])
     alt_config_file = alt_config_file_storage;
 
 #endif /* SYS_WINNT */
-    progname = argv[0];
     res_fp = NULL;
     ntp_syslogmask = NLOG_SYNCMASK; /* set more via logconfig */