mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
* gpgkeys_finger.c [_WIN32] (connect_server): Fix typo.
This commit is contained in:
parent
41f46fb062
commit
deffa62e87
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2004-10-28 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* gpgkeys_finger.c [_WIN32] (connect_server): Fix typo.
|
||||||
|
|
||||||
2004-10-28 Werner Koch <wk@g10code.com>
|
2004-10-28 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
* Makefile.am (other_libs): New. Also include LIBICONV. Noted by
|
* Makefile.am (other_libs): New. Also include LIBICONV. Noted by
|
||||||
|
|
|
@ -132,7 +132,7 @@ connect_server (const char *server, unsigned short port)
|
||||||
}
|
}
|
||||||
if (hp->h_length != 4)
|
if (hp->h_length != 4)
|
||||||
{
|
{
|
||||||
fprintf (console, "gpgkeys: illegal address length for`%s'\n",
|
fprintf (console, "gpgkeys: illegal address length for `%s'\n",
|
||||||
server);
|
server);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue