Changeset 1084 for trunk/src/ifd


Ignore:
Timestamp:
12/18/08 19:36:26 (3 years ago)
Author:
alonbl
Message:

Fix T1 abort handling

Copy fix from rousseau's ccid driver.

 http://svn.debian.org/viewsvn/pcsclite/trunk/Drivers/ccid/src/openct/proto-t1.c?rev=2916&r1=2152&r2=2916

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ifd/proto-t1.c

    r964 r1084  
    324324                                /* the card is not allowed to send a resync. */ 
    325325                                goto resync; 
    326                                 break; 
    327326                        case T1_S_ABORT: 
    328327                                ifd_debug(1, "abort requested"); 
    329                                 goto resync; 
     328                                break; 
    330329                        case T1_S_IFS: 
    331330                                ifd_debug(1, "CT sent S-block with ifs=%u", 
Note: See TracChangeset for help on using the changeset viewer.