Changeset 2910 for releases

Show
Ignore:
Timestamp:
04/26/06 10:05:56 (3 years ago)
Author:
aj
Message:

maybe it would be good to check the return value?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • releases/opensc-0.11.0/src/libopensc/card-oberthur.c

    r2811 r2910  
    171171        apdu.resplen = 0x30; 
    172172        apdu.resp = apdu_resp; 
     173        /* FIXME: check return value of this sc_transmit_apdu call? */ 
    173174        sc_transmit_apdu(card, &apdu); 
    174175        if (apdu.sw1==0x90)  {