aboutsummaryrefslogtreecommitdiff
path: root/src/dns/dnsstub.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dns/dnsstub.c')
-rw-r--r--src/dns/dnsstub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dns/dnsstub.c b/src/dns/dnsstub.c
index 51d6c2c21..1c45355a1 100644
--- a/src/dns/dnsstub.c
+++ b/src/dns/dnsstub.c
@@ -100,7 +100,7 @@ struct GNUNET_DNSSTUB_Context
100 100
101 /** 101 /**
102 * IP address to use for the DNS server if we are a DNS exit service 102 * IP address to use for the DNS server if we are a DNS exit service
103 * (for VPN via mesh); otherwise NULL. 103 * (for VPN via cadet); otherwise NULL.
104 */ 104 */
105 char *dns_exit; 105 char *dns_exit;
106}; 106};