[PATCH] Fix reversed comment.
Ángel González
ingenit at zoho.com
Mon Oct 15 13:04:22 PDT 2012
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".
Signed-off-by: Ángel González <ingenit at zoho.com>
---
Xext/security.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Xext/security.c b/Xext/security.c
index 6cc9aa0..8ea053d 100644
--- a/Xext/security.c
+++ b/Xext/security.c
@@ -62,7 +62,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",
--
1.7.11.5
More information about the xorg-devel
mailing list