aboutsummaryrefslogtreecommitdiffstats
path: root/config/unbound
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2014-02-23 21:44:55 +0200
committerWarren Baker <warren@decoy.co.za>2014-02-23 21:44:55 +0200
commitec8c498ed040d1f02617be21c452921622ab5675 (patch)
tree2d320bd68210c349f9c0613320f1be329f4dc965 /config/unbound
parentbcf8280b5c2c252fd8f00687724ac8631aa11732 (diff)
downloadpfsense-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.inc2
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'.";