aboutsummaryrefslogtreecommitdiffstats
path: root/agent/divert-scd.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2009-06-17 10:19:50 +0000
committerWerner Koch <[email protected]>2009-06-17 10:19:50 +0000
commitaa03d8f184dd6acbf75c316b44bccc0325af35a3 (patch)
tree9bd764140f9fa712bdf9786781b7cec6b8159345 /agent/divert-scd.c
parentAdd readcert command. (diff)
downloadgnupg-aa03d8f184dd6acbf75c316b44bccc0325af35a3.tar.gz
gnupg-aa03d8f184dd6acbf75c316b44bccc0325af35a3.zip
Use cancel button in confirmation only if requested.
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 fd8c28b66..4c3db9678 100644
--- a/agent/divert-scd.c
+++ b/agent/divert-scd.c
@@ -97,7 +97,7 @@ ask_for_card (ctrl_t ctrl, const unsigned char *shadow_info, char **r_kid)
}
else
{
- rc = agent_get_confirmation (ctrl, desc, NULL, NULL);
+ rc = agent_get_confirmation (ctrl, desc, NULL, NULL, 0);
xfree (desc);
}
}