]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Undefine UDP_WILDCARD_DELIVERY for testing
authorDanny Mayer <mayer@ntp.org>
Sat, 4 Dec 2004 03:36:37 +0000 (22:36 -0500)
committerDanny Mayer <mayer@ntp.org>
Sat, 4 Dec 2004 03:36:37 +0000 (22:36 -0500)
bk: 41b130c5VT2mohw-BBdV9EskLQGQEg

ntpd/ntp_io.c

index 48da0e45f6aed56d07aeb1ee570f08077b29a4e1..8898dcca771908b68b87317e843a68698e4bacea 100644 (file)
@@ -7,11 +7,6 @@
 # include <config.h>
 #endif
 
-/*
- * Don't allow wildcard delivery
- */
-#undef UDP_WILDCARD_DELIVERY
-
 #include "ntp_machine.h"
 #include "ntpd.h"
 #include "ntp_io.h"
 #endif
 #include <arpa/inet.h>
 
+/*
+ * Don't allow wildcard delivery
+ */
+#undef UDP_WILDCARD_DELIVERY
+
 extern int listen_to_virtual_ips;
 
 #if defined(SYS_WINNT)