From 1dc8e52f91797bb6953301cc1ebd9bb5a60626ea Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 30 Oct 2004 04:56:27 +0000 Subject: [PATCH] r3385: when discarding a unmatched reply print the command type to help debugging (This used to be commit 91139ed8d41a1d4b99379142b3e09c6d0a8ff159) --- source4/libcli/raw/clitransport.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source4/libcli/raw/clitransport.c b/source4/libcli/raw/clitransport.c index c0ec5d70fed..9d2dd499858 100644 --- a/source4/libcli/raw/clitransport.c +++ b/source4/libcli/raw/clitransport.c @@ -350,7 +350,8 @@ static void smbcli_transport_finish_recv(struct smbcli_transport *transport) } 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; } -- 2.34.1