xserver: Branch 'master'

Eamon Walsh ewalsh at kemper.freedesktop.org
Tue Dec 18 17:21:07 PST 2007


 xfixes/select.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit bcad2a5a24f30cfdf9eca31915ed5a55ed094285
Author: Eamon Walsh <ewalsh at tycho.nsa.gov>
Date:   Tue Dec 18 20:19:26 2007 -0500

    XACE: Too many arguments to selection access hook.

diff --git a/xfixes/select.c b/xfixes/select.c
index 2321212..415257e 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;
 


More information about the xorg-commit mailing list