1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

printclose has only 1 vwv

(This used to be commit 99d9801250)
This commit is contained in:
Volker Lendecke 2008-03-26 18:33:38 +01:00
parent 7f1a0a5cdf
commit afa682943c

View File

@ -4622,7 +4622,7 @@ void reply_printclose(struct smb_request *req)
START_PROFILE(SMBsplclose);
if (req->wct < 3) {
if (req->wct < 1) {
reply_nterror(req, NT_STATUS_INVALID_PARAMETER);
END_PROFILE(SMBsplclose);
return;