mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-22 06:47:56 +01:00
actually return the value
This commit is contained in:
parent
8776fa3ca2
commit
7a941c3338
@ -311,7 +311,7 @@ impl Authentication for FabFire {
|
|||||||
// request the contents of the file containing the URN
|
// request the contents of the file containing the URN
|
||||||
const TOKEN_FILE_ID: u8 = 0x03;
|
const TOKEN_FILE_ID: u8 = 0x03;
|
||||||
|
|
||||||
let buf = match self.desfire.read_data_chunk_cmd(
|
return match self.desfire.read_data_chunk_cmd(
|
||||||
TOKEN_FILE_ID,
|
TOKEN_FILE_ID,
|
||||||
0,
|
0,
|
||||||
MAX_BYTES_PER_TRANSACTION,
|
MAX_BYTES_PER_TRANSACTION,
|
||||||
|
Loading…
Reference in New Issue
Block a user