From 4583fa9a6cd3095d7497c075d68e7430ea3c5cb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81ngel=20Gonz=C3=A1lez?= Date: Mon, 15 Oct 2012 22:04:22 +0200 Subject: [PATCH] security: Fix reversed comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commit 6045506be0cebca4ebbe943ae77f020aafa703d4 changed back the behavior to only allow the trusted extensions to the untrusted clients, but left the 8b5d21cc1d1f4e9d20e5d5eca44cb1e60a419763 comment intended for Security*Un*trustedExtensions saying that "untrusted clients shouldn't have access to these". Reviewed-by: Adam Jackson Signed-off-by: Ángel González --- Xext/security.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xext/security.c b/Xext/security.c index 04382ff4d..8cb3a2c73 100644 --- a/Xext/security.c +++ b/Xext/security.c @@ -63,7 +63,7 @@ typedef struct { XID authId; } SecurityStateRec; -/* Extensions that untrusted clients shouldn't have access to */ +/* The only extensions that untrusted clients have access to */ static const char *SecurityTrustedExtensions[] = { "XC-MISC", "BIG-REQUESTS",