[Pcsclite-cvs-commit] r2916 - /trunk/Drivers/ccid/src/openct/proto-t1.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Tue Apr 29 11:51:56 UTC 2008


Author: rousseau
Date: Tue Apr 29 11:51:56 2008
New Revision: 2916

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=2916
Log:
t1_transceive(): correctly reply to S(ABORT request) with a S(ABORT
response) instead of a S(RESYNC request)

Thanks to Alon Bar-Lev for the bug report

Modified:
    trunk/Drivers/ccid/src/openct/proto-t1.c

Modified: trunk/Drivers/ccid/src/openct/proto-t1.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/src/openct/proto-t1.c?rev=2916&op=diff
==============================================================================
--- trunk/Drivers/ccid/src/openct/proto-t1.c (original)
+++ trunk/Drivers/ccid/src/openct/proto-t1.c Tue Apr 29 11:51:56 2008
@@ -455,7 +455,7 @@
 
 				/* ISO 7816-3 Rule 9 */
 				DEBUG_CRITICAL("abort requested");
-				goto resync;
+				break;
 
 			case T1_S_IFS:
 				if (sdata[LEN] != 1)




More information about the Pcsclite-cvs-commit mailing list