diff options
Diffstat (limited to 'agent/divert-scd.c')
-rw-r--r-- | agent/divert-scd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/divert-scd.c b/agent/divert-scd.c index dcfc35403..ba0fa6edf 100644 --- a/agent/divert-scd.c +++ b/agent/divert-scd.c @@ -119,7 +119,7 @@ ask_for_card (const unsigned char *shadow_info, char **r_kid) } else { - rc = agent_get_confirmation (desc, NULL); + rc = agent_get_confirmation (desc, NULL, NULL); free (desc); } } |