summaryrefslogtreecommitdiff
blob: 1405a8b8c8d9eb9daf3cf8d47ee9bf105dc00f90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- ntpd/ntp_proto.c.orig	2003-08-06 01:12:02.000000000 -0400
+++ ntpd/ntp_proto.c	2003-08-06 01:12:31.000000000 -0400
@@ -351,8 +351,7 @@
 	 * Discard broadcast packets received on the wildcard interface
 	 * or if not enabled as broadcast client.
 	 */
-	if (PKT_MODE(pkt->li_vn_mode) == MODE_BROADCAST &&
-	    (rbufp->dstadr == any_interface || !sys_bclient))
+	if (PKT_MODE(pkt->li_vn_mode) == MODE_BROADCAST && (!sys_bclient))
 		return;
 
 	/*