diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2006-12-01 21:12:21 -0500 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-uranus.epoch.ncsc.mil> | 2006-12-01 21:15:41 -0500 |
commit | ac90ce58ba1da3ed605adf75f4d54c34b578c402 (patch) | |
tree | 3f98bd454b521263786e9bd4f3d17187c80f39a9 /Xext/xace.c | |
parent | f44f14fe564d834568a0afefba944223a73ea0f5 (diff) |
Naming change: Security*Operation -> Xace*Operation
Diffstat (limited to 'Xext/xace.c')
-rw-r--r-- | Xext/xace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xext/xace.c b/Xext/xace.c index 7f7944a17..6fc5c12ee 100644 --- a/Xext/xace.c +++ b/Xext/xace.c @@ -99,7 +99,7 @@ int XaceHook(int hook, ...) va_arg(ap, WindowPtr), va_arg(ap, Atom), va_arg(ap, Mask), - SecurityAllowOperation /* default allow */ + XaceAllowOperation /* default allow */ }; calldata = &rec; prv = &rec.rval; |