Changeset 3484
- Timestamp:
- 04/20/08 21:33:29 (9 months ago)
- Files:
-
- 1 modified
-
branches/alonbl/pnp/src/libopensc/reader-pcsc.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/alonbl/pnp/src/libopensc/reader-pcsc.c
r3483 r3484 651 651 return pcsc_ret_to_error(rv); 652 652 } 653 /* STRANGE-BEGIN */654 rv = priv->gpriv->SCardEndTransaction(pslot->pcsc_card, SCARD_RESET_CARD);655 653 /* Now try to begin a new transaction after we reconnected and we fail if 656 654 some other program was faster to lock the reader */ 657 /* rv = priv->gpriv->SCardBeginTransaction(pslot->pcsc_card); 658 */ 659 /* STRANGE-END */ 655 rv = priv->gpriv->SCardBeginTransaction(pslot->pcsc_card); 660 656 } 661 657
