[svn] GnuPG - r5058 - trunk/scd

svn author wk cvs at cvs.gnupg.org
Tue Jun 30 10:22:29 CEST 2009


Author: wk
Date: 2009-06-30 10:22:28 +0200 (Tue, 30 Jun 2009)
New Revision: 5058

Modified:
   trunk/scd/ccid-driver.c
Log:
OOps commited an old version.  Fixed now.


Modified: trunk/scd/ccid-driver.c
===================================================================
--- trunk/scd/ccid-driver.c	2009-06-30 08:19:28 UTC (rev 5057)
+++ trunk/scd/ccid-driver.c	2009-06-30 08:22:28 UTC (rev 5058)
@@ -2814,7 +2814,8 @@
                   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 @@
               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])




More information about the Gnupg-commits mailing list