Explorar el Código

Fix last change.

Marcus Brinkmann hace 17 años
padre
commit
c46f5c67bd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/slots.c

+ 1 - 1
src/slots.c

@@ -433,7 +433,7 @@ slots_update_slot (slot_iterator_t id)
      here.  */
   if (gpg_err_code (err) == GPG_ERR_CARD_REMOVED
       || gpg_err_code (err) == GPG_ERR_CARD_NOT_PRESENT
-      || gpg_err_code (err) == GPG_ERR_CARD_ERR)
+      || gpg_err_code (err) == GPG_ERR_CARD)
     /* Nothing to do.  */
     err = 0;
   else if (err == 0)