r3385: when discarding a unmatched reply print the command type to help debugging
authorAndrew Tridgell <tridge@samba.org>
Sat, 30 Oct 2004 04:56:27 +0000 (04:56 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:05:03 +0000 (13:05 -0500)
(This used to be commit 91139ed8d41a1d4b99379142b3e09c6d0a8ff159)

source4/libcli/raw/clitransport.c

index c0ec5d70fed26ccec7464cb98c81a04a4bd94030..9d2dd499858a576c81e4ab19acc40ea7993a7d60 100644 (file)
@@ -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;
        }