summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Fonnesbeck <efonnes@gmail.com>2012-10-31 17:16:14 -0600
committerErik Fonnesbeck <efonnes@gmail.com>2012-10-31 17:16:14 -0600
commit5010023438a2980ab998de72d83c5a088f57c94f (patch)
treeec8028f386514cbe3af9c888d1891fc9cc0c0fc4
parent073cb45dd4baa33bea21a76bc20349a055bc4131 (diff)
downloadpfsense-5010023438a2980ab998de72d83c5a088f57c94f.zip
pfsense-5010023438a2980ab998de72d83c5a088f57c94f.tar.gz
Add missing line ending to fix pf syntax error.
-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 b5f4b77..bd6f35d 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -255,7 +255,7 @@ function filter_configure_sync($delete_states_if_needed = true) {
if(file_exists("{$g['tmp_path']}/rules.debug"))
copy("{$g['tmp_path']}/rules.debug", "{$g['tmp_path']}/rules.debug.old");
- $limitrules = "set state-policy if-bound";
+ $limitrules = "set state-policy if-bound\n";
/* Define the maximum number of tables the system can handle (should be at least aliases*2+some spare) */
$maxtables = is_numeric($config['system']['maximumtables']) ? $config['system']['maximumtables'] : "3000";
$limitrules .= "set limit tables {$maxtables}\n";
OpenPOWER on IntegriCloud