Author: metze Date: 2006-03-22 14:58:34 +0000 (Wed, 22 Mar 2006) New Revision: 14644
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14644 Log: fix SMBecho, used by w2k clients, failing this, causes an SMBulogoffX and SMBtdis jelmer: I think this should go into TP2 metze Modified: branches/SAMBA_4_0/source/smb_server/smb/reply.c Changeset: Modified: branches/SAMBA_4_0/source/smb_server/smb/reply.c =================================================================== --- branches/SAMBA_4_0/source/smb_server/smb/reply.c 2006-03-22 14:41:07 UTC (rev 14643) +++ branches/SAMBA_4_0/source/smb_server/smb/reply.c 2006-03-22 14:58:34 UTC (rev 14644) @@ -1247,7 +1247,7 @@ uint16_t count; int i; - SMBSRV_CHECK_WCT(req, 0); + SMBSRV_CHECK_WCT(req, 1); count = SVAL(req->in.vwv, VWV(0));
