diff options
author | jim-p <jimp@pfsense.org> | 2011-08-03 09:59:16 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2011-08-03 09:59:16 -0400 |
commit | 4ed88cf4a9b82b07003d0a03b0952f6697b2e3cb (patch) | |
tree | ea9bf97de5868a97652872f13c710332c60f534f /config | |
parent | 7d7a5b66b63cdce23661c1e7e76643ffc196db26 (diff) | |
download | pfsense-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')
-rw-r--r-- | config/varnish64/varnish.inc | 2 |
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]) { |