mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* b64enc.c: Include stdio.h and string.h
* gpgsm.c: New option --prefer-system-dirmngr. * call-dirmngr.c (start_dirmngr): Implement this option. * gpgconf-comp.c <dirmngr>: Add the proxy options. <gpgsm>: Add --prefer-system-daemon.
This commit is contained in:
parent
a2ecb6285e
commit
c7b97075aa
16 changed files with 131 additions and 38 deletions
|
@ -354,7 +354,7 @@ main (int argc, char **argv)
|
|||
int n;
|
||||
|
||||
n = read (client->fd, line, sizeof line - 1);
|
||||
if (n == 1)
|
||||
if (n < 0)
|
||||
{
|
||||
int save_errno = errno;
|
||||
print_line (client, NULL); /* flush */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue