summaryrefslogtreecommitdiff
path: root/source4/smb_server
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-03-22 14:58:34 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:59:04 -0500
commitd72632ba08adb495459609303d10a225f79cedb0 (patch)
treea7087ce8d31f7de1feb0c9730b991a4d48d1220d /source4/smb_server
parent4a3b6ac49f9807b1bf070a788bdb444cf9b58d5c (diff)
downloadsamba-d72632ba08adb495459609303d10a225f79cedb0.tar.gz
samba-d72632ba08adb495459609303d10a225f79cedb0.tar.bz2
samba-d72632ba08adb495459609303d10a225f79cedb0.zip
r14644: fix SMBecho, used by w2k clients, failing this,
causes an SMBulogoffX and SMBtdis jelmer: I think this should go into TP2 metze (This used to be commit 94d775c74d611e950bb5502bfe7f7c4015c6f772)
Diffstat (limited to 'source4/smb_server')
-rw-r--r--source4/smb_server/smb/reply.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/smb_server/smb/reply.c b/source4/smb_server/smb/reply.c
index 65976fd385..cfd004304a 100644
--- a/source4/smb_server/smb/reply.c
+++ b/source4/smb_server/smb/reply.c
@@ -1247,7 +1247,7 @@ void smbsrv_reply_echo(struct smbsrv_request *req)
uint16_t count;
int i;
- SMBSRV_CHECK_WCT(req, 0);
+ SMBSRV_CHECK_WCT(req, 1);
count = SVAL(req->in.vwv, VWV(0));