diff options
-rw-r--r-- | source3/nameservresp.c | 1 |
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) |