Merge remote-tracking branch 'dechamps/fsckwin' into 1.1
[tinc] / src / net_setup.c
index 83fbc2d..92aa5db 100644 (file)
@@ -667,7 +667,7 @@ static bool add_listen_address(char *address, bool bindto) {
        hint.ai_protocol = IPPROTO_TCP;
        hint.ai_flags = AI_PASSIVE;
 
-#ifdef HAVE_DECL_RES_INIT
+#if HAVE_DECL_RES_INIT
        res_init();
 #endif
        int err = getaddrinfo(address && *address ? address : NULL, port, &hint, &ai);