svn commit: samba r21316 - in branches/SAMBA_4_0/source/libcli/nbt: .

metze at samba.org metze at samba.org
Tue Feb 13 15:17:29 GMT 2007


Author: metze
Date: 2007-02-13 15:17:29 +0000 (Tue, 13 Feb 2007)
New Revision: 21316

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21316

Log:
if we got an unexpected nbt packet that most times mean
we got a 2nd answer to a broadcast message and have already remove
the packet id from out list while getting the first response

metze
Modified:
   branches/SAMBA_4_0/source/libcli/nbt/nbtsocket.c


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/nbt/nbtsocket.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/nbt/nbtsocket.c	2007-02-13 13:43:23 UTC (rev 21315)
+++ branches/SAMBA_4_0/source/libcli/nbt/nbtsocket.c	2007-02-13 15:17:29 UTC (rev 21316)
@@ -215,7 +215,7 @@
 		if (nbtsock->unexpected.handler) {
 			nbtsock->unexpected.handler(nbtsock, packet, src);
 		} else {
-			DEBUG(2,("Failed to match request for incoming name packet id 0x%04x on %p\n",
+			DEBUG(10,("Failed to match request for incoming name packet id 0x%04x on %p\n",
 				 packet->name_trn_id, nbtsock));
 		}
 		talloc_free(tmp_ctx);



More information about the samba-cvs mailing list