1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-24 02:04:21 +03:00

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)
This commit is contained in:
Stefan Metzmacher 2006-03-22 14:58:34 +00:00 committed by Gerald (Jerry) Carter
parent 4a3b6ac49f
commit d72632ba08

View File

@ -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));