[pkg-opensc-commit] [libp11] 40/239: oops, missed another one.

Eric Dorland eric at moszumanska.debian.org
Sat Oct 17 06:21:06 UTC 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository libp11.

commit ad80a7454160df7d339e5bf5ba5bcbd806eb399b
Author: Andreas Jellinghaus <andreas at ionisiert.de>
Date:   Thu Sep 1 21:21:43 2005 +0000

    oops, missed another one.
---
 src/p11_slot.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/p11_slot.c b/src/p11_slot.c
index 17e1239..66f0c16 100644
--- a/src/p11_slot.c
+++ b/src/p11_slot.c
@@ -308,7 +308,7 @@ void PKCS11_release_all_slots(PKCS11_CTX * ctx,  PKCS11_SLOT *slots, unsigned in
 	int i;
 
 	for (i=0; i < nslots; i++)
-		PKCS11_destroy_slot(ctx, &slots[i]);
+		PKCS11_release_slot(ctx, &slots[i]);
 	OPENSSL_free(slots);
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/libp11.git



More information about the pkg-opensc-commit mailing list