XACE: Too many arguments to selection access hook.

This commit is contained in:
Eamon Walsh 2007-12-18 20:19:26 -05:00 committed by Eamon Walsh
parent 7721d3e921
commit bcad2a5a24

View File

@ -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;