From f22ca594d066f305c5c289dc522b2a13917234d0 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 9 Dec 2008 18:49:32 +0000 Subject: Fix a particularly nasty bug in the hash tables, where an old would continue to get used when the value was replaced. Also a bunch of memory allocation tuning. --- ckcapi-token.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ckcapi-token.c') diff --git a/ckcapi-token.c b/ckcapi-token.c index 0f93a45..c9b6f34 100644 --- a/ckcapi-token.c +++ b/ckcapi-token.c @@ -247,7 +247,6 @@ ckcapi_token_register_object(CK_SLOT_ID slot, CkCapiObject* obj) { ret = CKR_HOST_MEMORY; } - } else { -- cgit v1.2.3