XACE: Too many arguments to selection access hook.
This commit is contained in:
parent
7721d3e921
commit
bcad2a5a24
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue