Skip to content
This repository has been archived by the owner on Jan 22, 2018. It is now read-only.

Commit

Permalink
no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Warren Baker committed Feb 23, 2014
1 parent bcf8280 commit ec8c498
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/unbound/unbound.inc
Expand Up @@ -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'.";

Expand Down

0 comments on commit ec8c498

Please sign in to comment.