From afa682943c1799f02b6a86f8f872fd2ce2d62da5 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 26 Mar 2008 18:33:38 +0100 Subject: printclose has only 1 vwv (This used to be commit 99d980125054cbfef8ec85a31e83aa18a6e0bce3) --- source3/smbd/reply.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd') diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c index 91d5f25a27..bababfecac 100644 --- a/source3/smbd/reply.c +++ b/source3/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; -- cgit