]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdsmartcard.c
EVM fixes and additions (RRG repository PRs 78-82 by @merlokk) (#776)
[proxmark3-svn] / client / cmdsmartcard.c
index 90a219ab6974572eacf2d5b1e10841f60b7dd4a5..53ee9119fc2080b645d765cb50fd6a1fe7fdcc3f 100644 (file)
@@ -570,7 +570,7 @@ int ExchangeAPDUSC(uint8_t *APDU, int APDUlen, bool activateCard, bool leaveSign
        }
 
        if (*responselen < 0 ) {
        }
 
        if (*responselen < 0 ) {
-               return 2;
+               return 1;
        } else {
                return 0;
        }
        } else {
                return 0;
        }
Impressum, Datenschutz