fixed error handling

This commit is contained in:
Frank Morgner 2018-09-25 12:13:57 +02:00
parent 0ae825f8d9
commit 496a9b571d
1 changed files with 1 additions and 1 deletions

View File

@ -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: