4678. [bug] geoip-use-ecs has the wrong type when geoip support

is disabled at configure time. [RT #45763]
This commit is contained in:
Mark Andrews 2017-08-14 06:18:26 +00:00
parent 5e9d9aa9d0
commit cc88df4f01
2 changed files with 4 additions and 2 deletions

View file

@ -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]

View file

@ -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 },