diff options
author | Warren Baker <warren@decoy.co.za> | 2014-02-23 21:44:55 +0200 |
---|---|---|
committer | Warren Baker <warren@decoy.co.za> | 2014-02-23 21:44:55 +0200 |
commit | ec8c498ed040d1f02617be21c452921622ab5675 (patch) | |
tree | 2d320bd68210c349f9c0613320f1be329f4dc965 /config/unbound | |
parent | bcf8280b5c2c252fd8f00687724ac8631aa11732 (diff) | |
download | pfsense-packages-ec8c498ed040d1f02617be21c452921622ab5675.tar.gz pfsense-packages-ec8c498ed040d1f02617be21c452921622ab5675.tar.bz2 pfsense-packages-ec8c498ed040d1f02617be21c452921622ab5675.zip |
no longer needed
Diffstat (limited to 'config/unbound')
-rw-r--r-- | config/unbound/unbound.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/unbound/unbound.inc b/config/unbound/unbound.inc index 9216b94e..d8520390 100644 --- a/config/unbound/unbound.inc +++ b/config/unbound/unbound.inc @@ -701,8 +701,6 @@ function unbound_validate($post, $type=null) { $input_errors[] = "You must enter a valid number in 'Minimum TTL for RRsets and messages'."; if(!is_numeric($post['infra_host_ttl'])) $input_errors[] = "You must enter a valid number in 'TTL for Host cache entries'."; - if(!is_numeric($post['infra_lame_ttl'])) - $input_errors[] = "You must enter a valid number in 'TTL for lame delegation'."; if(!is_numeric($post['infra_cache_numhosts'])) $input_errors[] = "You must enter a valid number in 'Number of Hosts to cache'."; |