Corrected the server flag to actually work correctly.

This commit is contained in:
skarg
2006-10-06 00:52:25 +00:00
parent f45d694a51
commit 434fd34b02
+1 -1
View File
@@ -44,7 +44,7 @@ int abort_encode_apdu(uint8_t * apdu,
if (apdu) {
if (server)
apdu[0] = PDU_TYPE_ABORT & 1;
apdu[0] = PDU_TYPE_ABORT | 1;
else
apdu[0] = PDU_TYPE_ABORT;
apdu[1] = invoke_id;