Browse Source

"dns_resolver" changed to "dns"

tags/v0.9.3
Michael Brown 20 years ago
parent
commit
d817e60d21
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/core/config.c

+ 1
- 1
src/core/config.c View File

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

Loading…
Cancel
Save