t0061: adjust to test-tool transition
[gitweb.git] / contrib / credential / libsecret / git-credential-libsecret.c
index cfe295f36bb0b1bc8dcf5a97cf18c9682d0f3b5f..e6598b63833963115d43c62d9dd794bc03e120f1 100644 (file)
@@ -103,7 +103,7 @@ static int keyring_get(struct credential *c)
        items = secret_service_search_sync(service,
                                           SECRET_SCHEMA_COMPAT_NETWORK,
                                           attributes,
-                                          SECRET_SEARCH_LOAD_SECRETS,
+                                          SECRET_SEARCH_LOAD_SECRETS | SECRET_SEARCH_UNLOCK,
                                           NULL,
                                           &error);
        g_hash_table_unref(attributes);