diff options
author | marcelloc <marcellocoutinho@gmail.com> | 2011-07-19 14:33:06 -0700 |
---|---|---|
committer | marcelloc <marcellocoutinho@gmail.com> | 2011-07-19 14:33:06 -0700 |
commit | 386a57319d10fd26a44064b9d3a3c4cb030138cc (patch) | |
tree | 8b962583287e1cc6525b90292e39ee63171fca65 /config | |
parent | de8c0f53d8d5b37884e4bccbdb7ce3be8cca78f5 (diff) | |
download | pfsense-packages-386a57319d10fd26a44064b9d3a3c4cb030138cc.tar.gz pfsense-packages-386a57319d10fd26a44064b9d3a3c4cb030138cc.tar.bz2 pfsense-packages-386a57319d10fd26a44064b9d3a3c4cb030138cc.zip |
not need after all sync fields with 'id'.
Diffstat (limited to 'config')
-rw-r--r-- | config/varnish64/varnish.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config/varnish64/varnish.inc b/config/varnish64/varnish.inc index 6c79d8cd..b203b041 100644 --- a/config/varnish64/varnish.inc +++ b/config/varnish64/varnish.inc @@ -434,10 +434,6 @@ function varnish_sync_on_changes() { $x=0; $sh = $config['installedpackages']['varnishsync']['config'][0]; for($x=1; $x<7); $x++) { - if($x > 1) - $counter = $x; - else - $counter = ""; $sync_to_ip = ""; $password = ""; if($sh['ipaddress' . $counter]) { |