From 1f4bacfc6859fc3e4abfc10183e4ce9d29e36e6c 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/ git-svn-id: http://svn.php.net/repository/pecl/ares/trunk@222928 c90b9560-bf6c-de11-be94-00142212c4b1 --- 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