diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc index 3b7133d93b..f87feda634 100644 --- a/etc/inc/pfsense-utils.inc +++ b/etc/inc/pfsense-utils.inc @@ -496,7 +496,7 @@ function tdr_install_rule($rule) { ******/ function tdr_get_next_ipfw_rule() { global $tdr_next_ipfw_rule; - if(!$tdr_next_ipfw_rule) + if(intval($tdr_next_ipfw_rule) < 2) $tdr_next_ipfw_rule = 2; return $tdr_next_ipfw_rule; }