remove partial auth all2

This commit is contained in:
TNEd
2017-06-06 13:18:31 +02:00
parent e579bfb469
commit 2b127e4d32
@@ -718,7 +718,7 @@ uint16_t MifareClassicAppProcess(uint8_t* Buffer, uint16_t BitCount)
Crypto1ByteArray(&Buffer[4], 4);
LogEntry(LOG_INFO_APP_AUTHING, &Buffer[start], 4);
LogEntry(LOG_INFO_APP_AUTHING, &Buffer[4], 4);
if ((Buffer[4] == ReaderResponse[0]) &&
(Buffer[5] == ReaderResponse[1]) &&