diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-08-03 10:56:18 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2007-08-03 10:56:18 -0400 |
commit | d445d2f22b5c97fa010370f4ba9cb0555df4a853 (patch) | |
tree | ee89b8be5dc19197e4c060168ff5147531c6b5ab /Xext/bigreq.c | |
parent | e34fcd2bf42dbd72ab6ce2df80f2dcaa13416e74 (diff) |
security: drop the "declare extension security" dix call. Use the
SecurityPolicy configuration file instead.
Diffstat (limited to 'Xext/bigreq.c')
-rw-r--r-- | Xext/bigreq.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Xext/bigreq.c b/Xext/bigreq.c index fcd848aec..d38879079 100644 --- a/Xext/bigreq.c +++ b/Xext/bigreq.c @@ -66,8 +66,6 @@ BigReqExtensionInit(INITARGS) ProcBigReqDispatch, ProcBigReqDispatch, BigReqResetProc, StandardMinorOpcode); #endif - - DeclareExtensionSecurity(XBigReqExtensionName, TRUE); } /*ARGSUSED*/ |