From: Samba Release Account Date: Sun, 3 Nov 1996 17:11:00 +0000 (+0000) Subject: allowed packets coming in from 'unexpected' subnets. X-Git-Tag: samba-1.9.16p10~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e727071c2856de4793352df4affdf4bb984f04e;p=thirdparty%2Fsamba.git allowed packets coming in from 'unexpected' subnets. lkcl --- diff --git a/source/nameservresp.c b/source/nameservresp.c index cc117f9b15a..ce626976444 100644 --- a/source/nameservresp.c +++ b/source/nameservresp.c @@ -782,7 +782,6 @@ void response_netbios_packet(struct packet_struct *p) { DEBUG(2,("response from %s. ", inet_ntoa(p->ip))); DEBUG(2,("expected on subnet %s. hmm.\n", inet_ntoa(d->bcast_ip))); - return; } if (nmb->answers == NULL)