mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
gpg: Suppress a warning.
* dirmngr/dns-stuff.c (enable_dns_tormode): Reference new_circuit to avoid a warning when ADNS is not available. -- Signed-off-by: Neal H. Walfield <neal@g10code.com>
This commit is contained in:
parent
4143cc1c37
commit
1cceba163b
@ -119,6 +119,8 @@ static char tor_credentials[50];
|
||||
gpg_error_t
|
||||
enable_dns_tormode (int new_circuit)
|
||||
{
|
||||
(void) new_circuit;
|
||||
|
||||
#if defined(USE_DNS_CERT) && defined(USE_ADNS)
|
||||
# if HAVE_ADNS_IF_TORMODE
|
||||
if (!*tor_credentials || new_circuit)
|
||||
|
Loading…
x
Reference in New Issue
Block a user