]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
The order of the arguments were wrong.
authorDanny Mayer <mayer@ntp.org>
Sun, 13 Jul 2003 12:35:51 +0000 (08:35 -0400)
committerDanny Mayer <mayer@ntp.org>
Sun, 13 Jul 2003 12:35:51 +0000 (08:35 -0400)
bk: 3f115227M5vuv2P39lmwLuISQH1shw

ntpd/ntp_config.c

index 049ff60ea26342d997b1f91cde4322b779fb2ed1..9a7a686d79c48368cd632eac60df0381cd2605c5 100644 (file)
@@ -2086,10 +2086,9 @@ getnetnum(
                if (debug > 3)
                        printf(
                                "getaddrinfo: \"%s\" invalid host address%s.\n",
-                               (complain)
+                               num, (complain)
                                ? ", line ignored"
-                               : "",
-                               num);
+                               : "");
 #endif
                return 0;
        }