summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2009-06-30 10:22:28 +0200
committerWerner Koch <wk@gnupg.org>2009-06-30 10:22:28 +0200
commit947440b275cc1f46a6bd8394d287c0328352207d (patch)
tree630437e480fe6e62d0217352f1006d6e589386c8
parentsmall fix for Omnikey. Works with CM4040 now. (diff)
downloadgnupg2-947440b275cc1f46a6bd8394d287c0328352207d.tar.xz
gnupg2-947440b275cc1f46a6bd8394d287c0328352207d.zip
OOps commited an old version. Fixed now.
-rw-r--r--scd/ccid-driver.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/scd/ccid-driver.c b/scd/ccid-driver.c
index 5fe7dd5f8..b3f2493b8 100644
--- a/scd/ccid-driver.c
+++ b/scd/ccid-driver.c
@@ -2814,7 +2814,8 @@ ccid_transceive (ccid_driver_t handle,
if (use_crc)
tpdu[tpdulen++] = (edc >> 8);
tpdu[tpdulen++] = edc;
- DEBUGOUT ("T=1: requesting re-sync\n");
+ resyncing = 1;
+ DEBUGOUT ("T=1: requesting resync\n");
}
else if (retries > 3)
{
@@ -2871,7 +2872,6 @@ ccid_transceive (ccid_driver_t handle,
if (use_crc)
tpdu[tpdulen++] = (edc >> 8);
tpdu[tpdulen++] = edc;
- resyncing = 1;
DEBUGOUT_1 ("T=1: requesting an ifsc=%d\n", ifsc);
}
else if ( !(tpdu[1] & 0x20) && (tpdu[1] & 0x1f) == 3 && tpdu[2])