mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 07:22:08 -04:00
4678. [bug] geoip-use-ecs has the wrong type when geoip support
is disabled at configure time. [RT #45763]
This commit is contained in:
parent
5e9d9aa9d0
commit
cc88df4f01
2 changed files with 4 additions and 2 deletions
3
CHANGES
3
CHANGES
|
|
@ -1,3 +1,6 @@
|
|||
4678. [bug] geoip-use-ecs has the wrong type when geoip support
|
||||
is disabled at configure time. [RT #45763]
|
||||
|
||||
4677. [cleanup] Split up the main function in dig to better support
|
||||
the iOS app version. [RT #45508]
|
||||
|
||||
|
|
|
|||
|
|
@ -1081,8 +1081,7 @@ options_clauses[] = {
|
|||
#else
|
||||
{ "geoip-directory", &cfg_type_qstringornone,
|
||||
CFG_CLAUSEFLAG_NOTCONFIGURED },
|
||||
{ "geoip-use-ecs", &cfg_type_qstringornone,
|
||||
CFG_CLAUSEFLAG_NOTCONFIGURED },
|
||||
{ "geoip-use-ecs", &cfg_type_boolean, CFG_CLAUSEFLAG_NOTCONFIGURED },
|
||||
#endif /* HAVE_GEOIP */
|
||||
{ "has-old-clients", &cfg_type_boolean, CFG_CLAUSEFLAG_OBSOLETE },
|
||||
{ "heartbeat-interval", &cfg_type_uint32, 0 },
|
||||
|
|
|
|||
Loading…
Reference in a new issue