Add \n to avoid rule breakage

This commit is contained in:
Scott Ullrich 2008-10-28 04:17:53 +00:00
parent 41ccfc4488
commit 182fa1201a

View File

@ -1744,7 +1744,7 @@ function generate_user_filter_rule($rule)
}
if (!$dst || ($dst == "/")) {
return "# returning at dst $dst == \"/\"";
return "# returning at dst $dst == \"/\"\n";
}
$aline['dst'] = "to $dst ";