aboutsummaryrefslogtreecommitdiffstats
path: root/agent/divert-scd.c
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2002-04-24 23:18:53 +0000
committerMarcus Brinkmann <[email protected]>2002-04-24 23:18:53 +0000
commitb4f8fcb0e11a5079783b6a95d7c9a80b49d886b9 (patch)
treed8ca7d236377df0b8afd10cfee0716a5e90b6208 /agent/divert-scd.c
parent2002-04-25 Marcus Brinkmann <[email protected]> (diff)
downloadgnupg-b4f8fcb0e11a5079783b6a95d7c9a80b49d886b9.tar.gz
gnupg-b4f8fcb0e11a5079783b6a95d7c9a80b49d886b9.zip
2002-04-25 Marcus Brinkmann <[email protected]>
* agent.h (agent_get_confirmation): Replace paramter prompt with two parameters ok and cancel. * query.c (agent_get_confirmation): Likewise. Implement this. * trustlist.c (agent_marktrusted): Fix invocation of agent_get_confirmation. * divert-scd.c (ask_for_card): Likewise.
Diffstat (limited to 'agent/divert-scd.c')
-rw-r--r--agent/divert-scd.c2
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);
}
}