remove unused return value
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25179 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -944,11 +944,7 @@ p11_release_module(struct p11_module *p)
|
|||||||
if (p->slot[i].flags & P11_SESSION_IN_USE)
|
if (p->slot[i].flags & P11_SESSION_IN_USE)
|
||||||
_hx509_abort("pkcs11 module release while session in use");
|
_hx509_abort("pkcs11 module release while session in use");
|
||||||
if (p->slot[i].flags & P11_SESSION) {
|
if (p->slot[i].flags & P11_SESSION) {
|
||||||
int ret;
|
P11FUNC(p, CloseSession, (p->slot[i].session));
|
||||||
|
|
||||||
ret = P11FUNC(p, CloseSession, (p->slot[i].session));
|
|
||||||
if (ret != CKR_OK)
|
|
||||||
;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (p->slot[i].name)
|
if (p->slot[i].name)
|
||||||
|
Reference in New Issue
Block a user