[Fedora-directory-commits] coolkey/src/coolkey slot.cpp,1.6,1.7

Robert Relyea (rrelyea) fedora-directory-commits at redhat.com
Fri Feb 16 21:16:13 UTC 2007


Author: rrelyea

Update of /cvs/dirsec/coolkey/src/coolkey
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12462/src/coolkey

Modified Files:
	slot.cpp 
Log Message:

1) Check in configure (linux/unix) after build changes.
2) Fix a bug were tokens without any applet appear to have a firmware version.



Index: slot.cpp
===================================================================
RCS file: /cvs/dirsec/coolkey/src/coolkey/slot.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- slot.cpp	14 Feb 2007 19:54:01 -0000	1.6
+++ slot.cpp	16 Feb 2007 21:16:11 -0000	1.7
@@ -534,6 +534,8 @@
     OSTime time = OSTimeNow();
 
     mCoolkey = 0;
+    tokenFWVersion.major = 0;
+    tokenFWVersion.minor = 0;
 
     // try to connect to the card
     if( ! CKYCardConnection_IsConnected(conn) ) {




More information about the Fedora-directory-commits mailing list