summaryrefslogtreecommitdiff
path: root/Xext/xace.c
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2007-08-28 15:10:20 -0400
committerEamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil>2007-08-28 15:10:20 -0400
commit41355a53c29bbf879da0c6ea562294fcc7ef89ff (patch)
treedcf3fc44e458010a882f52e8c20c24de4bcd555b /Xext/xace.c
parent4017d3190234e189a0bbd33193a148d4d3c7556b (diff)
xace: add hooks + new access codes: core protocol input requests
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 54e910f82..4d34dc3d9 100644
--- a/Xext/xace.c
+++ b/Xext/xace.c
@@ -84,7 +84,7 @@ int XaceHook(int hook, ...)
XaceDeviceAccessRec rec = {
va_arg(ap, ClientPtr),
va_arg(ap, DeviceIntPtr),
- va_arg(ap, Bool),
+ va_arg(ap, Mask),
Success /* default allow */
};
calldata = &rec;