projects
/
m6w6
/
ext-ares
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
1d8a6d0
)
- typo s/ARES_OPT_SERVERS/ARES_OPT_DOMAINS/
author
Michael Wallner
<mike@php.net>
Mon, 6 Nov 2006 23:39:56 +0000
(23:39 +0000)
committer
Michael Wallner
<mike@php.net>
Mon, 6 Nov 2006 23:39:56 +0000
(23:39 +0000)
ares.c
patch
|
blob
|
history
diff --git
a/ares.c
b/ares.c
index 6f0342b6e5340c02f97298a52ffed2a73d34e4af..2fb40a3f1d8fd3e2b371dcf359804b25b2c466c6 100644
(file)
--- 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_
SERVER
S;
+ options->flags |= ARES_OPT_
DOMAIN
S;
}
}
if ((SUCCESS == zend_hash_find(ht, "lookups", sizeof("lookups"), (void *) &opt)) && (Z_TYPE_PP(opt) == IS_STRING)) {