mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Avoid the " map_to_assuan_status called with no error source" diagnostic.
This commit is contained in:
parent
d75eda2b87
commit
3666a2859b
18 changed files with 68 additions and 13 deletions
|
@ -168,7 +168,7 @@ start_agent (ctrl_t ctrl)
|
|||
if (rc)
|
||||
return map_assuan_err (rc);
|
||||
|
||||
return send_pinentry_environment (agent_ctx,
|
||||
return send_pinentry_environment (agent_ctx, GPG_ERR_SOURCE_DEFAULT,
|
||||
opt.display, opt.ttyname, opt.ttytype,
|
||||
opt.lc_ctype, opt.lc_messages);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue