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

ntpd/ntp_io.c

index 0f7c904b51f3c2a039f665c8feac99e16198c10b..48da0e45f6aed56d07aeb1ee570f08077b29a4e1 100644 (file)
@@ -7,6 +7,11 @@
 # include <config.h>
 #endif
 
+/*
+ * Don't allow wildcard delivery
+ */
+#undef UDP_WILDCARD_DELIVERY
+
 #include "ntp_machine.h"
 #include "ntpd.h"
 #include "ntp_io.h"