mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Fix a bug in the ambigious name detection.
Minor cleanups.
This commit is contained in:
parent
432cd50b97
commit
c2a8254be7
46 changed files with 1496 additions and 845 deletions
|
@ -293,7 +293,7 @@ agent_send_all_options (int fd)
|
|||
{
|
||||
/* We ignore errors here because older gpg-agents don't support
|
||||
this option. */
|
||||
send_one_option (ctx, errsource, "xauthority", dft_xauthority);
|
||||
agent_send_option (fd, "xauthority", dft_xauthority);
|
||||
}
|
||||
|
||||
/* Send the PINENTRY_USER_DATA variable. */
|
||||
|
@ -302,8 +302,7 @@ agent_send_all_options (int fd)
|
|||
{
|
||||
/* We ignore errors here because older gpg-agents don't support
|
||||
this option. */
|
||||
send_one_option (ctx, errsource, "pinentry-user-data",
|
||||
opt_pinentry_user_data);
|
||||
agent_send_option (fd, "pinentry-user-data", dft_pinentry_user_data);
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue