mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-02 12:01:32 +01:00
dirmngr: Fixed typo in recently added diagnostic.
--
This commit is contained in:
parent
1cb9a831f6
commit
5967cfcc71
@ -629,7 +629,7 @@ start_pinentry (ctrl_t ctrl)
|
||||
|
||||
/* Ask the pinentry for its version and flavor and store that as a
|
||||
* string in MB. This information is useful for helping users to
|
||||
* figure out Pinentry problems. Noet that "flavor" may also return
|
||||
* figure out Pinentry problems. Note that "flavor" may also return
|
||||
* a status line with the features; we use a dedicated handler for
|
||||
* that. */
|
||||
{
|
||||
|
@ -2485,7 +2485,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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user