summaryrefslogtreecommitdiff
path: root/src/slot.c
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2009-01-10 13:58:15 +0000
committerStef Walter <stef@memberwebs.com>2009-01-10 13:58:15 +0000
commitf8c4c268f745985322126cf99a51ac227a432dc8 (patch)
tree778a4afd3a55f3964e7d3ffff99dcfe0af54321c /src/slot.c
parent1220a0745cb8674e5ce0506a1ad298fe08b0f745 (diff)
Test creation of session keys.
Diffstat (limited to 'src/slot.c')
-rw-r--r--src/slot.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slot.c b/src/slot.c
index 48addca..c5b01d0 100644
--- a/src/slot.c
+++ b/src/slot.c
@@ -231,6 +231,7 @@ test_slot_info(void)
P11T_SECTION("C_GetSlotList");
+ n_only = p11t_slot_count;
rv = (p11t_module_funcs->C_GetSlotList)(TRUE, only, &n_only);
P11T_CHECK_RV("Listing only tokens", rv, CKR_OK);