From: Volker Lendecke Date: Wed, 26 Mar 2008 17:33:38 +0000 (+0100) Subject: printclose has only 1 vwv X-Git-Tag: samba-3.3.0pre1~3040 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=99d980125054cbfef8ec85a31e83aa18a6e0bce3;p=thirdparty%2Fsamba.git printclose has only 1 vwv --- diff --git a/source/smbd/reply.c b/source/smbd/reply.c index 91d5f25a27d..bababfecacd 100644 --- a/source/smbd/reply.c +++ b/source/smbd/reply.c @@ -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;