Corrected the server flag to actually work correctly.
This commit is contained in:
@@ -44,7 +44,7 @@ int abort_encode_apdu(uint8_t * apdu,
|
|||||||
|
|
||||||
if (apdu) {
|
if (apdu) {
|
||||||
if (server)
|
if (server)
|
||||||
apdu[0] = PDU_TYPE_ABORT & 1;
|
apdu[0] = PDU_TYPE_ABORT | 1;
|
||||||
else
|
else
|
||||||
apdu[0] = PDU_TYPE_ABORT;
|
apdu[0] = PDU_TYPE_ABORT;
|
||||||
apdu[1] = invoke_id;
|
apdu[1] = invoke_id;
|
||||||
|
|||||||
Reference in New Issue
Block a user