[Pcsclite-cvs-commit] Drivers/ccid/src ifdhandler.c,1.20,1.21

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


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

Modified Files:
	ifdhandler.c 
Log Message:
also call ccid_open_hack() in IFDHCreateChannelByName()


Index: ifdhandler.c
===================================================================
RCS file: /cvsroot/pcsclite/Drivers/ccid/src/ifdhandler.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- ifdhandler.c	6 Apr 2004 08:51:34 -0000	1.20
+++ ifdhandler.c	6 Apr 2004 08:53:05 -0000	1.21
@@ -69,6 +69,9 @@
 		return IFD_COMMUNICATION_ERROR;
 	}
 
+	/* Maybe we have a special treatment for this reader */
+	ccid_open_hack(Lun);
+
 #ifdef HAVE_PTHREAD
 	pthread_mutex_unlock(&ifdh_context_mutex);
 #endif