]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
printclose has only 1 vwv
authorVolker Lendecke <vl@samba.org>
Wed, 26 Mar 2008 17:33:38 +0000 (18:33 +0100)
committerVolker Lendecke <vl@samba.org>
Fri, 28 Mar 2008 12:44:30 +0000 (13:44 +0100)
source/smbd/reply.c

index 91d5f25a27d3b67765fcf216794386b4c614fc8c..bababfecacd8f0d8d21a2f9cc867717117ba933a 100644 (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;