diff options
author | jmagne <jmagne@fba4d07e-fe0f-4d7f-8147-e0026e666dc0> | 2009-12-09 01:55:15 +0000 |
---|---|---|
committer | jmagne <jmagne@fba4d07e-fe0f-4d7f-8147-e0026e666dc0> | 2009-12-09 01:55:15 +0000 |
commit | e558fe1a0917b76074c7844959748d42c21d5894 (patch) | |
tree | 49433bee7a4fe0d16777724b60459451ec3c0cc9 /src | |
parent | 5e714b451a301a0f85ca13250c7dea7ba7a507cb (diff) |
Bug #499976, CAC cards can be incorrectly identified as a Coolkey.
git-svn-id: http://svn.fedorahosted.org/svn/coolkey/trunk@84 fba4d07e-fe0f-4d7f-8147-e0026e666dc0
Diffstat (limited to 'src')
-rw-r--r-- | src/coolkey/slot.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/coolkey/slot.cpp b/src/coolkey/slot.cpp index b360f02..c9645bf 100644 --- a/src/coolkey/slot.cpp +++ b/src/coolkey/slot.cpp @@ -688,6 +688,7 @@ Slot::connectToToken() * unfriendly */ isVersion1Key = 0; needLogin = 1; + mCoolkey = 0; return; } |