[Pcsclite-cvs-commit] r6918 - trunk/PCSC/src

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Fri Jun 13 15:57:38 UTC 2014


Author: rousseau
Date: 2014-06-13 15:57:38 +0000 (Fri, 13 Jun 2014)
New Revision: 6918

Modified:
   trunk/PCSC/src/auth.c
Log:
Change return value of IsClientAuthorized()

The version of IsClientAuthorized() when PolicyKit is not used was not
similar to the other version.

Fixes Debian bug #751517


Modified: trunk/PCSC/src/auth.c
===================================================================
--- trunk/PCSC/src/auth.c	2014-06-11 13:29:36 UTC (rev 6917)
+++ trunk/PCSC/src/auth.c	2014-06-13 15:57:38 UTC (rev 6918)
@@ -147,7 +147,7 @@
 
 #else
 
-int IsClientAuthorized(int socket, const char* action, const char* reader)
+unsigned IsClientAuthorized(int socket, const char* action, const char* reader)
 {
 	return 1;
 }




More information about the Pcsclite-cvs-commit mailing list