mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
OOps commited an old version. Fixed now.
This commit is contained in:
parent
35d41eb927
commit
947440b275
@ -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])
|
||||
|
Loading…
x
Reference in New Issue
Block a user