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

rousseau at alioth.debian.org rousseau at alioth.debian.org
Wed May 30 08:57:27 UTC 2007


Author: rousseau
Date: 2007-05-30 08:57:26 +0000 (Wed, 30 May 2007)
New Revision: 2552

Modified:
   trunk/PCSC/src/winscard_clnt.c
Log:
SCardEstablishContextTH(): remove a local declaration of msgStruct to
avoid warning: declaration of 'msgStruct' shadows a previous local


Modified: trunk/PCSC/src/winscard_clnt.c
===================================================================
--- trunk/PCSC/src/winscard_clnt.c	2007-05-29 13:19:11 UTC (rev 2551)
+++ trunk/PCSC/src/winscard_clnt.c	2007-05-30 08:57:26 UTC (rev 2552)
@@ -433,7 +433,6 @@
 	}
 
 	{	/* exchange client/server protocol versions */
-		sharedSegmentMsg msgStruct;
 		version_struct *veStr;
 
 		memset(&msgStruct, 0, sizeof(msgStruct));




More information about the Pcsclite-cvs-commit mailing list