summaryrefslogtreecommitdiff
path: root/pkcs11/gkm/gkm-test.c
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2010-06-08 14:58:44 +0000
committerStef Walter <stef@memberwebs.com>2010-06-08 15:59:24 +0000
commitc712ccada0f5524e2bda7a16f3e754e14519bdd0 (patch)
tree3f1d7be3e079c563623a08b21df0b00d140866bf /pkcs11/gkm/gkm-test.c
parent77f3e46aaffa11b5f3e31590269600766510a9a7 (diff)
downloadgnome-keyring-c712ccada0f5524e2bda7a16f3e754e14519bdd0.tar.gz
Implement login prompting tests as automatic test.
Diffstat (limited to 'pkcs11/gkm/gkm-test.c')
-rw-r--r--pkcs11/gkm/gkm-test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkcs11/gkm/gkm-test.c b/pkcs11/gkm/gkm-test.c
index 820cda37..37c477b7 100644
--- a/pkcs11/gkm/gkm-test.c
+++ b/pkcs11/gkm/gkm-test.c
@@ -216,6 +216,7 @@ gkm_test_C_Finalize (CK_VOID_PTR pReserved)
g_return_val_if_fail (initialized == TRUE, CKR_CRYPTOKI_NOT_INITIALIZED);
initialized = FALSE;
+ logged_in = FALSE;
g_hash_table_destroy (the_objects);
the_objects = NULL;