From 02e4c3cb7efacee1b6f716e5b9e923e7e2ded2bf Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 26 Oct 2010 09:10:29 +0000 Subject: Re-implemented GPG's --passwd command and improved it. --- agent/findkey.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'agent/findkey.c') diff --git a/agent/findkey.c b/agent/findkey.c index 611a44142..91fb8c14c 100644 --- a/agent/findkey.c +++ b/agent/findkey.c @@ -405,7 +405,7 @@ unprotect (ctrl_t ctrl, const char *cache_nonce, const char *desc_text, xfree (pi); return rc; } - rc = agent_protect_and_store (ctrl, s_skey); + rc = agent_protect_and_store (ctrl, s_skey, NULL); gcry_sexp_release (s_skey); if (rc) { -- cgit v1.2.3