mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-21 14:47:03 +01:00
* gpgkeys_finger.c [_WIN32] (connect_server): Fix typo.
This commit is contained in:
parent
41f46fb062
commit
deffa62e87
@ -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…
x
Reference in New Issue
Block a user