- p15 PIN entries should now have a valid path

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@629 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
okir 2002-06-04 20:11:40 +00:00
parent d9932c62b7
commit 47794dfff3
1 changed files with 1 additions and 0 deletions

View File

@ -164,6 +164,7 @@ etoken_new_pin(struct sc_profile *profile, struct sc_card *card,
/* Set the profile's SOPIN reference */
params.reference = info->id;
params.path = profile->df_info->file->path;
sc_profile_set_pin_info(profile, info->profile_id, &params);
tlv_init(&tlv, buffer, sizeof(buffer));