X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet.c;h=08f0a87484c308412d10b8947c952ef320c8ebe5;hp=8d0a0cf481ce9ca34197526ec68752785e487972;hb=09d60499af3acef2ba9bd7be15e8d1c44249f8d5;hpb=35724cf4b833173b3b993c67239fa066d88fb2d8 diff --git a/src/net.c b/src/net.c index 8d0a0cf4..08f0a874 100644 --- a/src/net.c +++ b/src/net.c @@ -41,14 +41,6 @@ #include "subnet.h" #include "xalloc.h" -#ifdef HAVE_ARPA_NAMESER_H -#include -#endif - -#ifdef HAVE_RESOLV_H -#include -#endif - bool do_purge = false; volatile bool running = false; #ifdef HAVE_PSELECT @@ -508,9 +500,6 @@ int main_loop(void) { avl_node_t *node; logger(LOG_INFO, "Flushing event queue"); expire_events(); -#if HAVE_DECL_RES_INIT - res_init(); -#endif for(node = connection_tree->head; node; node = node->next) { connection_t *c = node->data; if(c->status.active)