X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet_setup.c;h=863616b72f9fe7902622bcb31c100ad1f997ffb5;hp=5a6eb72ae1117b82f700848254ed7e5e412e6f73;hb=ad7a6f5518acee377ddcb42d727e06b483c02f81;hpb=363d86365d97315cb71f84a1acad4f32cd69f26b diff --git a/src/net_setup.c b/src/net_setup.c index 5a6eb72a..863616b7 100644 --- a/src/net_setup.c +++ b/src/net_setup.c @@ -813,7 +813,7 @@ static bool setup_myself(void) { hint.ai_protocol = IPPROTO_TCP; hint.ai_flags = AI_PASSIVE; -#ifdef HAVE_DECL_RES_INIT +#if HAVE_DECL_RES_INIT // ensure glibc reloads /etc/resolv.conf. res_init(); #endif