summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-25 17:08:16 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-25 17:08:16 +0000
commit26dd27afb922f23fa4b71f655185ce1033c676b5 (patch)
treeae15aff15bf7cd65c5db4012fa0ff4c98b672335 /etc
parentced218cd8e5d48cd07453ccc4c0f89e8ecebc4b3 (diff)
downloadpfsense-26dd27afb922f23fa4b71f655185ce1033c676b5.zip
pfsense-26dd27afb922f23fa4b71f655185ce1033c676b5.tar.gz
MFC logic fix
Use == for comparison, not =.
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 99b8ad3..04971de 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -1247,7 +1247,7 @@ function generate_user_filter_rule($rule, $ngcounter) {
}
}
/* Add the load balanced gateways */
- if ($foundlb = 1)
+ if ($foundlb == 1)
$line .= $routeto;
}
/* we're not using load balancing, just setup gateway */
OpenPOWER on IntegriCloud