summaryrefslogtreecommitdiff
path: root/source/nameservresp.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1997-10-17 23:08:07 +0000
committerJeremy Allison <jra@samba.org>1997-10-17 23:08:07 +0000
commit6904c2de080b2a9702800e9e4126386ced20569d (patch)
tree1d8d96383035c3fbec9b3c1085960586b98394a5 /source/nameservresp.c
parent92e7092af1daf9349ca9fb00cd27c0ddc21b37d9 (diff)
downloadsamba-6904c2de080b2a9702800e9e4126386ced20569d.tar.gz
.cvsignore: Added make_smbcodepage
interface.c: Added is_local_net(). locking.c: Added Fix for zero length share files from Gerald Werner <wernerg@mfldclin.edu> plus a race condition fix for the fix. nameannounce.c: Made function static. namedbresp.c: extern int ClientDGRAM removed - not used. namedbserver.c: extern int ClientDGRAM removed - not used. namedbsubnet.c: Added code to make sockets per subnet. namepacket.c: Added code to read from all sockets & filter. nameresp.c: extern int ClientDGRAM removed - not used. nameserv.c: Indentation tidyup :-). nameserv.h: Added sockets to struct subnet. nameservresp.c: Improved debug message. nmbd.c: Changed to terminte on listen_for_packets exiting. nmbsync.c: extern int ClientDGRAM & ClientNMB removed - not used. proto.h: The usual. util.c: Fixed debug message. Jeremy (jallison@whistle.com)
Diffstat (limited to 'source/nameservresp.c')
-rw-r--r--source/nameservresp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/nameservresp.c b/source/nameservresp.c
index deb56c0850e..61e4a835f46 100644
--- a/source/nameservresp.c
+++ b/source/nameservresp.c
@@ -806,7 +806,8 @@ void response_netbios_packet(struct packet_struct *p)
struct subnet_record *d = NULL;
if (!(n = find_response_record(&d,nmb->header.name_trn_id))) {
- DEBUG(2,("unknown netbios response (received late or from nmblookup?)\n"));
+ DEBUG(2,("unknown netbios response id %d (received late or from nmblookup?)\n",
+ nmb->header.name_trn_id));
return;
}