X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet_setup.c;h=863616b72f9fe7902622bcb31c100ad1f997ffb5;hp=121b989279bff7a810d316cc9737396bb33ff43e;hb=ad7a6f5518acee377ddcb42d727e06b483c02f81;hpb=09d60499af3acef2ba9bd7be15e8d1c44249f8d5 diff --git a/src/net_setup.c b/src/net_setup.c index 121b9892..863616b7 100644 --- a/src/net_setup.c +++ b/src/net_setup.c @@ -1,7 +1,7 @@ /* net_setup.c -- Setup. Copyright (C) 1998-2005 Ivo Timmermans, - 2000-2014 Guus Sliepen + 2000-2015 Guus Sliepen 2006 Scott Lamb 2010 Brandon Black @@ -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