From d72632ba08adb495459609303d10a225f79cedb0 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 22 Mar 2006 14:58:34 +0000 Subject: 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) --- source4/smb_server/smb/reply.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- cgit