From: Danny Mayer Date: Sat, 4 Dec 2004 03:36:37 +0000 (-0500) Subject: Undefine UDP_WILDCARD_DELIVERY for testing X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df6f99e5d7e6f9db2d0903f05474be80a828a4bf;p=thirdparty%2Fntp.git Undefine UDP_WILDCARD_DELIVERY for testing bk: 41b130c5VT2mohw-BBdV9EskLQGQEg --- diff --git a/ntpd/ntp_io.c b/ntpd/ntp_io.c index 48da0e45f6..8898dcca77 100644 --- a/ntpd/ntp_io.c +++ b/ntpd/ntp_io.c @@ -7,11 +7,6 @@ # include #endif -/* - * Don't allow wildcard delivery - */ -#undef UDP_WILDCARD_DELIVERY - #include "ntp_machine.h" #include "ntpd.h" #include "ntp_io.h" @@ -57,6 +52,11 @@ #endif #include +/* + * Don't allow wildcard delivery + */ +#undef UDP_WILDCARD_DELIVERY + extern int listen_to_virtual_ips; #if defined(SYS_WINNT)