pkcs15init: fix undeclared variable

Noted by Jean-Michel, thanks.



git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@4383 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
viktor.tarasov 2010-05-27 08:12:20 +00:00
parent fff1963931
commit 78d6bc4189
1 changed files with 1 additions and 1 deletions

View File

@ -3241,7 +3241,7 @@ sc_pkcs15init_update_file(struct sc_profile *profile,
struct sc_context *ctx = p15card->card->ctx;
struct sc_file *selected_file = NULL;
void *copy = NULL;
int r;
int r, need_to_zap = 0;
SC_FUNC_CALLED(ctx, SC_LOG_DEBUG_NORMAL);
sc_debug(ctx, SC_LOG_DEBUG_NORMAL, "path:%s; datalen:%i\n", sc_print_path(&file->path), datalen);