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:
parent
4a3b6ac49f
commit
d72632ba08
@ -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));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user