summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-11-11 21:53:58 +0000
committerErmal Luçi <eri@pfsense.org>2008-11-11 21:53:58 +0000
commit7d5589f56aa55a4574f4549a58ca8395193cedca (patch)
treea909310a3db42f33b1e65c382e1415b6285530b7 /etc
parent10f7933fc0e27464ad2909b05e2f2919075a1b12 (diff)
downloadpfsense-7d5589f56aa55a4574f4549a58ca8395193cedca.zip
pfsense-7d5589f56aa55a4574f4549a58ca8395193cedca.tar.gz
Remove newline since it breaks the ruleset when its hit.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 1deaad8..e465c6c 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -1771,7 +1771,7 @@ function generate_user_filter_rule($rule)
}
if (!$dst || ($dst == "/")) {
- return "# returning at dst $dst == \"/\"\n";
+ return "# returning at dst $dst == \"/\"";
}
$aline['dst'] = "to $dst ";
OpenPOWER on IntegriCloud