summaryrefslogtreecommitdiff
path: root/Xext/xace.c
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2007-08-15 14:14:25 -0400
committerEamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil>2007-08-15 14:14:25 -0400
commit3c9553ac2cac7f3a41966def44a50d722d7e645b (patch)
tree7c0e73e257fadf3cd512b109cfa06262eb8cbc55 /Xext/xace.c
parentdc84bb3418933297a8c005070902d9a91ed3d18f (diff)
xace: rename hostlist security hook to "server" as this hook will be used
for other types of server access besides just the host list.
Diffstat (limited to 'Xext/xace.c')
-rw-r--r--Xext/xace.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Xext/xace.c b/Xext/xace.c
index 50361d06b..de1887f31 100644
--- a/Xext/xace.c
+++ b/Xext/xace.c
@@ -135,8 +135,8 @@ int XaceHook(int hook, ...)
prv = &rec.status;
break;
}
- case XACE_HOSTLIST_ACCESS: {
- XaceHostlistAccessRec rec = {
+ case XACE_SERVER_ACCESS: {
+ XaceServerAccessRec rec = {
va_arg(ap, ClientPtr),
va_arg(ap, Mask),
Success /* default allow */