ias/ecc: ignore missing serial on card initialization

fixes problem in card detection introduced in
50b000047c
This commit is contained in:
Frank Morgner 2018-08-24 13:31:00 +02:00
parent 5a25bd33cc
commit 5daec17e32
1 changed files with 1 additions and 1 deletions

View File

@ -615,7 +615,7 @@ iasecc_init(struct sc_card *card)
LOG_TEST_RET(ctx, rv, "Select EF.ATR AID failed");
}
rv = iasecc_get_serialnr(card, NULL);
iasecc_get_serialnr(card, NULL);
}
#ifdef ENABLE_SM