diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-12-18 20:19:26 -0500 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2007-12-18 20:20:31 -0500 |
commit | bcad2a5a24f30cfdf9eca31915ed5a55ed094285 (patch) | |
tree | e61dc56fa8444dc79b98a1fe81d82cf7570f1eaf /xfixes | |
parent | 7721d3e9217b41aab3a0ee5eaa52f5b53cbb07db (diff) |
XACE: Too many arguments to selection access hook.
Diffstat (limited to 'xfixes')
-rwxr-xr-x | xfixes/select.c | 3 |
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; |