summaryrefslogtreecommitdiff
path: root/source3/nameservresp.c
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>1996-11-03 17:11:00 +0000
committerSamba Release Account <samba-bugs@samba.org>1996-11-03 17:11:00 +0000
commit351b375693295f53d4d28407978343f43b20c4da (patch)
tree4b98dad634f3cb3c7762624300a3037d644e245b /source3/nameservresp.c
parent5d55d4cf5cef506dcbb2b31cf2e308ac50f3776e (diff)
downloadsamba-351b375693295f53d4d28407978343f43b20c4da.tar.gz
samba-351b375693295f53d4d28407978343f43b20c4da.tar.bz2
samba-351b375693295f53d4d28407978343f43b20c4da.zip
allowed packets coming in from 'unexpected' subnets.
lkcl (This used to be commit 2e727071c2856de4793352df4affdf4bb984f04e)
Diffstat (limited to 'source3/nameservresp.c')
-rw-r--r--source3/nameservresp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/nameservresp.c b/source3/nameservresp.c
index cc117f9b15..ce62697644 100644
--- a/source3/nameservresp.c
+++ b/source3/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)