summaryrefslogtreecommitdiff
path: root/src/object.c
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2009-01-03 14:15:06 +0000
committerStef Walter <stef@memberwebs.com>2009-01-03 14:15:06 +0000
commit1220a0745cb8674e5ce0506a1ad298fe08b0f745 (patch)
tree08f067363464e24d6bee1fabfa108340d9ee1b2e /src/object.c
parentf74e6747fbddcae866333d8dcb207cb8a2e4f280 (diff)
Active operations can be cancelled by starting another operation.
Diffstat (limited to 'src/object.c')
-rw-r--r--src/object.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/object.c b/src/object.c
index accb444..9b36b93 100644
--- a/src/object.c
+++ b/src/object.c
@@ -108,12 +108,6 @@ test_find_objects(CK_SESSION_HANDLE session)
rv = (p11t_module_funcs->C_FindObjectsInit)(session, &attr, 0);
P11T_CHECK_RV("Find all objects", rv, CKR_OK);
- if(p11t_test_unexpected)
- {
- rv = (p11t_module_funcs->C_FindObjectsInit)(session, &attr, 0);
- P11T_CHECK_RV("Double call", rv, CKR_OPERATION_ACTIVE);
-
- }
P11T_SECTION("C_FindObjects");