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 49768feed..81b4d7c4b 100644 --- a/agent/divert-scd.c +++ b/agent/divert-scd.c @@ -237,7 +237,7 @@ getpin_cb (void *opaque, const char *info, char *buf, size_t maxbuf) } else if (maxbuf == 1) /* Open the pinentry. */ { - rc = agent_popup_message_start (ctrl, info, NULL, NULL); + rc = agent_popup_message_start (ctrl, info, NULL); } else rc = gpg_error (GPG_ERR_INV_VALUE); |