Correct typo for PPTP rules.

This commit is contained in:
Scott Ullrich 2005-02-16 21:09:35 +00:00
parent 073deb074c
commit 1772bc7287

View File

@ -844,7 +844,7 @@ function filter_nat_rules_generate() {
}
}
if ($dcfg['mode'] && $pptpdcfg['mode'] != "off") {
if ($pptpdcfg['mode'] && $pptpdcfg['mode'] != "off") {
if ($pptpdcfg['mode'] == "server")
$pptpdtarget = "127.0.0.1";