diff options
author | Daniel Martin <consume.noise@gmail.com> | 2014-09-20 09:07:40 +0200 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-10-02 10:16:45 -0700 |
commit | 2aeb9d8f8b22ceb1de883c231a0a75d4c75d3f4a (patch) | |
tree | 48a41de20dbafb1e12b98ec2bb09ef903c543366 /Xext | |
parent | 12c19bbff4b7b2d0b350a7b93b38ebbf69748534 (diff) |
security: Remove XpExtension from SecurityTrustedExtensions
There's no XPrint extension (anymore).
Signed-off-by: Daniel Martin <consume.noise@gmail.com>
Reviewed-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'Xext')
-rw-r--r-- | Xext/security.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Xext/security.c b/Xext/security.c index 421b25201..bf2ab2e51 100644 --- a/Xext/security.c +++ b/Xext/security.c @@ -67,7 +67,6 @@ typedef struct { static const char *SecurityTrustedExtensions[] = { "XC-MISC", "BIG-REQUESTS", - "XpExtension", NULL }; |