From: Danny Mayer Date: Sat, 4 Dec 2004 03:29:34 +0000 (-0500) Subject: Undefine UDP_WILDCARD_DELIVERY for testing X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f571c68a12c024cfa9d4df59a4ac47e46aa4e9c;p=thirdparty%2Fntp.git Undefine UDP_WILDCARD_DELIVERY for testing bk: 41b12f1eX5geIr0usbyU893mIIYsfg --- diff --git a/ntpd/ntp_io.c b/ntpd/ntp_io.c index 0f7c904b51..48da0e45f6 100644 --- a/ntpd/ntp_io.c +++ b/ntpd/ntp_io.c @@ -7,6 +7,11 @@ # include #endif +/* + * Don't allow wildcard delivery + */ +#undef UDP_WILDCARD_DELIVERY + #include "ntp_machine.h" #include "ntpd.h" #include "ntp_io.h"