From 85d6e849c929e94dd5c7a70693ad182cc4c3ed64 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 6 Nov 2006 23:39:56 +0000 Subject: [PATCH] - typo s/ARES_OPT_SERVERS/ARES_OPT_DOMAINS/ --- ares.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ares.c b/ares.c index 6f0342b..2fb40a3 100644 --- a/ares.c +++ b/ares.c @@ -456,7 +456,7 @@ local php_ares_options *php_ares_options_ctor(php_ares_options *options, HashTab } } if (options->strct.ndomains) { - options->flags |= ARES_OPT_SERVERS; + options->flags |= ARES_OPT_DOMAINS; } } if ((SUCCESS == zend_hash_find(ht, "lookups", sizeof("lookups"), (void *) &opt)) && (Z_TYPE_PP(opt) == IS_STRING)) { -- 2.30.2