]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
add dumpcfg ChangeLog entry
authorDave Hart <hart@ntp.org>
Sun, 16 Aug 2009 09:38:50 +0000 (09:38 +0000)
committerDave Hart <hart@ntp.org>
Sun, 16 Aug 2009 09:38:50 +0000 (09:38 +0000)
fix unix build

bk: 4a87d3aarEgnp_uboKsK1mL_vhVyng

ChangeLog
ntpd/ntp_control.c

index c1ef3907584d06a9276fdd940ad4998a342ad84b..6113f690cfda5045190a4800fa93cdcf7cc3475f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+* Add ntpq -c dumpcfg, Google Summer of Code project of Max Kuehn
 (4.2.5p202) 2009/08/14 Released by Harlan Stenn <stenn@ntp.org>
 * install the binary and man page for sntp.
 (4.2.5p201) 2009/08/13 Released by Harlan Stenn <stenn@ntp.org>
index 8d85d2a32212433fe8833a1ff98bfc6175cbc7ec..adc11918f761bf5273320e40af3b158c82af43ef 100644 (file)
@@ -554,7 +554,7 @@ dump_config(
                )
 {
        /* Dump config to file (for now) to ntp_dumpXXXXXXXXXX.conf */
-       char fullpath[MAX_PATH + 1];
+       char fullpath[256];
        char filename[80];
        char reply[80];
        FILE *fptr;