aboutsummaryrefslogtreecommitdiffstats
path: root/agent/command-ssh.c
diff options
context:
space:
mode:
Diffstat (limited to 'agent/command-ssh.c')
-rw-r--r--agent/command-ssh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/command-ssh.c b/agent/command-ssh.c
index 243ce76bb..8adbe01cd 100644
--- a/agent/command-ssh.c
+++ b/agent/command-ssh.c
@@ -2394,7 +2394,7 @@ card_key_available (ctrl_t ctrl, const struct card_key_info_s *keyinfo,
*cardsn = NULL;
/* Read the public key. */
- err = agent_card_readkey (ctrl, keyinfo->keygrip, &pkbuf);
+ err = agent_card_readkey (ctrl, keyinfo->keygrip, &pkbuf, NULL);
if (err)
{
if (opt.verbose)