From 496a9b571d5bdedbd9797b5495c18f05435edb45 Mon Sep 17 00:00:00 2001 From: Frank Morgner Date: Tue, 25 Sep 2018 12:13:57 +0200 Subject: [PATCH] fixed error handling --- src/pkcs15init/pkcs15-lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pkcs15init/pkcs15-lib.c b/src/pkcs15init/pkcs15-lib.c index 934827b4..1f7f7fb8 100644 --- a/src/pkcs15init/pkcs15-lib.c +++ b/src/pkcs15init/pkcs15-lib.c @@ -3333,7 +3333,7 @@ sc_pkcs15init_change_attrib(struct sc_pkcs15_card *p15card, struct sc_profile *p /* delete old data file from token */ r = sc_pkcs15init_delete_by_path(profile, p15card, &old_data_path); - + LOG_TEST_RET(ctx, r, "Failed to delete old data"); break; } default: