]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
FIX: minor fix to the magictest function. It always makes a select tag first, but...
authoriceman1001 <iceman@iuse.se>
Sun, 31 May 2015 19:49:00 +0000 (21:49 +0200)
committericeman1001 <iceman@iuse.se>
Sun, 31 May 2015 19:49:00 +0000 (21:49 +0200)
client/cmdhfmfu.c

index 0eb19b4ad909030d92223be406f245c7bbdaa62f..027214ab00b061a5e9800a6b04d66b887d107b8f 100644 (file)
@@ -522,6 +522,7 @@ static int ul_magic_test(){
        // Magic Ultralight tests
        // 1) take present UID, and try to write it back. OBSOLETE 
        // 2) make a wrong length write to page0, and see if tag answers with ACK/NACK:
+       ul_switch_off_field();
        iso14a_card_select_t card;
        if ( !ul_select(&card) ) 
                return UL_ERROR;
Impressum, Datenschutz