Set default maxretry to 3

This commit is contained in:
Daniel Berteaud 2013-05-03 16:57:29 +02:00
parent 17dd080c5d
commit 096e5264d3
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{
our $maxretry = $fail2ban{'MaxRetry'} || '4';
our $maxretry = $fail2ban{'MaxRetry'} || '3';
$OUT .= "maxretry = $maxretry";