aboutsummaryrefslogtreecommitdiffstats
path: root/config/varnish64
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-08-03 09:59:16 -0400
committerjim-p <jimp@pfsense.org>2011-08-03 09:59:16 -0400
commit4ed88cf4a9b82b07003d0a03b0952f6697b2e3cb (patch)
treeea9bf97de5868a97652872f13c710332c60f534f /config/varnish64
parent7d7a5b66b63cdce23661c1e7e76643ffc196db26 (diff)
downloadpfsense-packages-4ed88cf4a9b82b07003d0a03b0952f6697b2e3cb.tar.gz
pfsense-packages-4ed88cf4a9b82b07003d0a03b0952f6697b2e3cb.tar.bz2
pfsense-packages-4ed88cf4a9b82b07003d0a03b0952f6697b2e3cb.zip
Fix syntax error in varnish.inc. Fixes #1742
Diffstat (limited to 'config/varnish64')
-rw-r--r--config/varnish64/varnish.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/varnish64/varnish.inc b/config/varnish64/varnish.inc
index 61704fb4..76b16931 100644
--- a/config/varnish64/varnish.inc
+++ b/config/varnish64/varnish.inc
@@ -475,7 +475,7 @@ function varnish_sync_on_changes() {
$previous_ip = "";
$x=0;
$sh = $config['installedpackages']['varnishsync']['config'][0];
- for($x=1; $x<7); $x++) {
+ for($x=1; $x<7; $x++) {
$sync_to_ip = "";
$password = "";
if($sh['ipaddress' . $counter]) {