From bcad2a5a24f30cfdf9eca31915ed5a55ed094285 Mon Sep 17 00:00:00 2001 From: Eamon Walsh Date: Tue, 18 Dec 2007 20:19:26 -0500 Subject: [PATCH] XACE: Too many arguments to selection access hook. --- xfixes/select.c | 3 +-- 1 file changed, 1 insertion(+), 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;