fixed one more warning

This commit is contained in:
Frank Morgner 2014-03-03 08:06:12 +01:00 committed by Viktor Tarasov
parent e1fd9d2a4c
commit 5f45739ecb
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ get_apdus(struct sc_context *ctx, struct sm_info *sm_info, unsigned char *init_d
int
finalize(struct sc_context *ctx, struct sm_info *sm_info, struct sc_remote_data *rdata, unsigned char *out, size_t out_len)
{
int rv;
int rv = SC_ERROR_INTERNAL;
LOG_FUNC_CALLED(ctx);
sc_log(ctx, "SM finalize: out buffer(%i) %p", out_len, out);