diff options
Diffstat (limited to '')
-rw-r--r-- | agent/command-ssh.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/agent/command-ssh.c b/agent/command-ssh.c index 4191d6f0c..fb3b29a7f 100644 --- a/agent/command-ssh.c +++ b/agent/command-ssh.c @@ -2515,7 +2515,8 @@ data_sign (ctrl_t ctrl, ssh_key_type_spec_t *spec, _("Please enter the passphrase " "for the ssh key%%0A %F%%0A (%c)"), &signature_sexp, - CACHE_MODE_SSH, ttl_from_sshcontrol); + CACHE_MODE_SSH, ttl_from_sshcontrol, + NULL, 0); ctrl->use_auth_call = 0; if (err) goto out; |