diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-08-28 15:10:20 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2007-08-28 15:10:20 -0400 |
commit | 41355a53c29bbf879da0c6ea562294fcc7ef89ff (patch) | |
tree | dcf3fc44e458010a882f52e8c20c24de4bcd555b /Xext/xace.c | |
parent | 4017d3190234e189a0bbd33193a148d4d3c7556b (diff) |
xace: add hooks + new access codes: core protocol input requests
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 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; |