Explorar el Código

"dns_resolver" changed to "dns"

tags/v0.9.3
Michael Brown hace 20 años
padre
commit
d817e60d21
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/core/config.c

+ 1
- 1
src/core/config.c Ver fichero

@@ -175,5 +175,5 @@ REQUIRE_OBJECT ( relocate );
175 175
  *
176 176
  */
177 177
 #ifdef DNS_RESOLVER
178
-REQUIRE_OBJECT ( dns_resolver );
178
+REQUIRE_OBJECT ( dns );
179 179
 #endif

Loading…
Cancelar
Guardar