svn commit: samba r3385 - in branches/SAMBA_4_0/source/libcli/raw: .

tridge at samba.org tridge at samba.org
Sat Oct 30 04:56:27 GMT 2004


Author: tridge
Date: 2004-10-30 04:56:27 +0000 (Sat, 30 Oct 2004)
New Revision: 3385

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

Log:
when discarding a unmatched reply print the command type to help debugging


Modified:
   branches/SAMBA_4_0/source/libcli/raw/clitransport.c


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/raw/clitransport.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/raw/clitransport.c	2004-10-30 04:55:45 UTC (rev 3384)
+++ branches/SAMBA_4_0/source/libcli/raw/clitransport.c	2004-10-30 04:56:27 UTC (rev 3385)
@@ -350,7 +350,8 @@
 	}
 
 	if (!req) {
-		DEBUG(1,("Discarding unmatched reply with mid %d\n", mid));
+		DEBUG(1,("Discarding unmatched reply with mid %d op %d\n", 
+			 mid, CVAL(hdr, HDR_COM)));
 		goto error;
 	}
 



More information about the samba-cvs mailing list