From ec8c498ed040d1f02617be21c452921622ab5675 Mon Sep 17 00:00:00 2001 From: Warren Baker Date: Sun, 23 Feb 2014 21:44:55 +0200 Subject: no longer needed --- config/unbound/unbound.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'config/unbound') 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'."; -- cgit v1.2.3