[Pcsclite-cvs-commit] Drivers/ccid/src ifdhandler.c,1.26,1.27

rousseau@haydn.debian.org rousseau@haydn.debian.org


Update of /cvsroot/pcsclite/Drivers/ccid/src
In directory haydn:/tmp/cvs-serv23008

Modified Files:
	ifdhandler.c 
Log Message:
in IFDHPowerICC() IFD_POWER_DOWN is just power down without a power up.
Changed to be compliant with IFD Handler specifications.


Index: ifdhandler.c
===================================================================
RCS file: /cvsroot/pcsclite/Drivers/ccid/src/ifdhandler.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- ifdhandler.c	19 Apr 2004 16:18:43 -0000	1.26
+++ ifdhandler.c	10 May 2004 07:52:57 -0000	1.27
@@ -406,6 +406,7 @@
 			}
 
 			return_value = CardDown(Lun);
+			break;
 
 		case IFD_POWER_UP:
 		case IFD_RESET: