aboutgitcodebugslistschat
diff options
context:
space:
mode:
-rw-r--r--conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.c b/conf.c
index c1e2961..3c49ab1 100644
--- a/conf.c
+++ b/conf.c
@@ -525,7 +525,7 @@ static void get_dns(struct ctx *c)
FILE *r;
dns4_set = !!*dns4;
- dns6_set = !IN6_IS_ADDR_UNSPECIFIED(&dns6);
+ dns6_set = !IN6_IS_ADDR_UNSPECIFIED(dns6);
dnss_set = !!*s->n || c->no_dns_search;
dns_set = dns4_set || dns6_set || c->no_dns;