summaryrefslogtreecommitdiff
path: root/Xext/xace.c
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2006-12-01 21:12:21 -0500
committerEamon Walsh <ewalsh@moss-uranus.epoch.ncsc.mil>2006-12-01 21:15:41 -0500
commitac90ce58ba1da3ed605adf75f4d54c34b578c402 (patch)
tree3f98bd454b521263786e9bd4f3d17187c80f39a9 /Xext/xace.c
parentf44f14fe564d834568a0afefba944223a73ea0f5 (diff)
Naming change: Security*Operation -> Xace*Operation
Diffstat (limited to 'Xext/xace.c')
-rw-r--r--Xext/xace.c2
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;