allowed packets coming in from 'unexpected' subnets.
authorSamba Release Account <samba-bugs@samba.org>
Sun, 3 Nov 1996 17:11:00 +0000 (17:11 +0000)
committerSamba Release Account <samba-bugs@samba.org>
Sun, 3 Nov 1996 17:11:00 +0000 (17:11 +0000)
lkcl
(This used to be commit 2e727071c2856de4793352df4affdf4bb984f04e)

source3/nameservresp.c

index cc117f9b15a34f5aa361b0c9cb738c1dd24d95d8..ce626976444448ae3909be55791e98dc09540f40 100644 (file)
@@ -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)