dnie: dont ignore error on sm free operation

Signed-off-by: Frank Morgner <morgner@informatik.hu-berlin.de>
This commit is contained in:
Frank Morgner 2014-03-01 17:05:38 +01:00 committed by Viktor Tarasov
parent b483d1d27d
commit 511c8e6382
1 changed files with 1 additions and 1 deletions

View File

@ -2223,7 +2223,7 @@ static int dnie_sm_free_and_unwrap_apdu(sc_card_t *card, sc_apdu_t *plain, sc_ap
free(*sm_apdu);
*sm_apdu = NULL;
LOG_FUNC_RETURN(ctx, SC_SUCCESS);
LOG_FUNC_RETURN(ctx, rv);
}
#endif