Revert check for interface enabled - this fixes user rules again

This commit is contained in:
Bill Marquette 2005-06-01 01:19:21 +00:00
parent 5161a6e606
commit bb35cf3874

View File

@ -986,8 +986,8 @@ function generate_user_filter_rule($rule, $ngcounter) {
}
/* do not process this rule if the attached interface is disabled */
if(!$config['interfaces'][$rule['interface']]['enable'])
return;
// if(!isset($config['interfaces'][$rule['interface']]['enable']))
// return;
$pptpdcfg = $config['pptpd'];