summaryrefslogtreecommitdiff
path: root/ckcapi-token.c
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2008-12-09 18:49:32 +0000
committerStef Walter <stef@memberwebs.com>2008-12-09 18:49:32 +0000
commitf22ca594d066f305c5c289dc522b2a13917234d0 (patch)
tree06d600f21058c5149b66b55d1dfe21217c55f21f /ckcapi-token.c
parent94c63a237d77654bab2ea34146b06fd4b0acfc99 (diff)
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.
Diffstat (limited to 'ckcapi-token.c')
-rw-r--r--ckcapi-token.c1
1 files changed, 0 insertions, 1 deletions
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
{