Show
Ignore:
Timestamp:
04/20/08 23:33:29 (7 months ago)
Author:
alonbl
Message:

The STRANGE was due to pcscd fork() issue

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/alonbl/pnp/src/libopensc/reader-pcsc.c

    r3483 r3484  
    651651                        return pcsc_ret_to_error(rv); 
    652652                } 
    653 /* STRANGE-BEGIN */ 
    654 rv = priv->gpriv->SCardEndTransaction(pslot->pcsc_card, SCARD_RESET_CARD); 
    655653                /* Now try to begin a new transaction after we reconnected and we fail if 
    656654                 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); 
    660656        } 
    661657