mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +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
|
@ -132,7 +132,7 @@ connect_server (const char *server, unsigned short port)
|
|||
}
|
||||
if (hp->h_length != 4)
|
||||
{
|
||||
fprintf (console, "gpgkeys: illegal address length for`%s'\n",
|
||||
fprintf (console, "gpgkeys: illegal address length for `%s'\n",
|
||||
server);
|
||||
return -1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue