test label

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2190 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
pisi 2005-02-15 14:41:30 +00:00
parent 377afe0225
commit 118c1f914a

View File

@ -51,7 +51,8 @@ C_LoadModule(const char *mspec, CK_FUNCTION_LIST_PTR_PTR funcs)
if (rv == CKR_OK)
return (void *) mod;
failed: C_UnloadModule((void *) mod);
failed:
C_UnloadModule((void *) mod);
return NULL;
}