return SC_SUCCESS instead of 0

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@709 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2012-02-01 20:46:42 +00:00
parent d804becc74
commit 770b600706

View File

@@ -1811,7 +1811,7 @@ npa_sm_finish(sc_card_t *card, const struct sm_ctx *ctx,
}
}
SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_NORMAL, 0);
SC_FUNC_RETURN(card->ctx, SC_LOG_DEBUG_NORMAL, SC_SUCCESS);
}
static void