Index: third/xntp/ntpd/ntp_proto.c =================================================================== RCS file: /afs/dev.mit.edu/source/repository/third/xntp/ntpd/ntp_proto.c,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 ntp_proto.c --- ntp_proto.c 2001/05/08 22:15:01 1.1.1.1 +++ ntp_proto.c 2001/08/18 03:16:10 @@ -365,11 +365,9 @@ } /* - * Discard broadcast packets received on the wildcard interface - * or if not enabled as broadcast client. + * Discard broadcast packets 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; /*