summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-10-30 04:56:27 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:05:03 -0500
commit1dc8e52f91797bb6953301cc1ebd9bb5a60626ea (patch)
tree6906b9d736efb039de303b22506ddf2a88041a4e /source4
parent65510d99e4083797bad5e3c2edc0d40539e446cd (diff)
downloadsamba-1dc8e52f91797bb6953301cc1ebd9bb5a60626ea.tar.gz
samba-1dc8e52f91797bb6953301cc1ebd9bb5a60626ea.tar.bz2
samba-1dc8e52f91797bb6953301cc1ebd9bb5a60626ea.zip
r3385: when discarding a unmatched reply print the command type to help debugging
(This used to be commit 91139ed8d41a1d4b99379142b3e09c6d0a8ff159)
Diffstat (limited to 'source4')
-rw-r--r--source4/libcli/raw/clitransport.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/libcli/raw/clitransport.c b/source4/libcli/raw/clitransport.c
index c0ec5d70fe..9d2dd49985 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;
}