From 99d980125054cbfef8ec85a31e83aa18a6e0bce3 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 26 Mar 2008 18:33:38 +0100 Subject: [PATCH] printclose has only 1 vwv --- source/smbd/reply.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.3