1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

dirmngr: Fixed typo in recently added diagnostic.

--
This commit is contained in:
Werner Koch 2019-11-18 17:19:09 +01:00
parent 9b41f58c8a
commit 0f37727fca
No known key found for this signature in database
GPG key ID: E3FDFF218E45B72B
2 changed files with 2 additions and 2 deletions

View file

@ -2470,7 +2470,7 @@ check_inet_support (int *r_v4, int *r_v6)
if (opt_verbose)
log_info ("detected interfaces:%s%s\n",
*r_v4? " IPv4":"", *r_v6? " IPv4":"");
*r_v4? " IPv4":"", *r_v6? " IPv6":"");
cached_inet_support.valid = 1;
cached_inet_support.v4 = *r_v4;