From b6a2cea74d90499bd3e239ab696502ae8afed30e Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 3 Jun 2010 10:36:05 +0200 Subject: s3-security: use shared "Standard access rights.". Guenther --- 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 5107b1a9e2..330e89df18 100644 --- a/source3/smbd/reply.c +++ b/source3/smbd/reply.c @@ -2024,7 +2024,7 @@ void reply_open_and_X(struct smb_request *req) SSVAL(req->outbuf,smb_vwv11,smb_action); if (open_flags & EXTENDED_RESPONSE_REQUIRED) { - SIVAL(req->outbuf, smb_vwv15, STD_RIGHT_ALL_ACCESS); + SIVAL(req->outbuf, smb_vwv15, SEC_STD_ALL); } chain_reply(req); -- cgit