summaryrefslogtreecommitdiff
path: root/xfixes
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2007-12-18 20:19:26 -0500
committerEamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil>2007-12-18 20:20:31 -0500
commitbcad2a5a24f30cfdf9eca31915ed5a55ed094285 (patch)
treee61dc56fa8444dc79b98a1fe81d82cf7570f1eaf /xfixes
parent7721d3e9217b41aab3a0ee5eaa52f5b53cbb07db (diff)
XACE: Too many arguments to selection access hook.
Diffstat (limited to 'xfixes')
-rwxr-xr-xxfixes/select.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/xfixes/select.c b/xfixes/select.c
index 2321212ce..415257ec1 100755
--- a/xfixes/select.c
+++ b/xfixes/select.c
@@ -135,8 +135,7 @@ XFixesSelectSelectionInput (ClientPtr pClient,
int rc;
SelectionEventPtr *prev, e;
- rc = XaceHook(XACE_SELECTION_ACCESS, pClient, selection, NULL,
- DixGetAttrAccess);
+ rc = XaceHook(XACE_SELECTION_ACCESS, pClient, selection, DixGetAttrAccess);
if (rc != Success)
return rc;