diff options
author | Scott Ullrich <sullrich@gmail.com> | 2011-07-19 15:06:41 -0700 |
---|---|---|
committer | Scott Ullrich <sullrich@gmail.com> | 2011-07-19 15:06:41 -0700 |
commit | ccf5e3aae1cb7bf14ec51c5c218442cdc244e02a (patch) | |
tree | 1c7df272088006b1cb630967ee3ef57bdf38b8eb | |
parent | ead230e2eeb27256803358272fdc5c43369ce8ff (diff) | |
parent | 386a57319d10fd26a44064b9d3a3c4cb030138cc (diff) | |
download | pfsense-packages-ccf5e3aae1cb7bf14ec51c5c218442cdc244e02a.tar.gz pfsense-packages-ccf5e3aae1cb7bf14ec51c5c218442cdc244e02a.tar.bz2 pfsense-packages-ccf5e3aae1cb7bf14ec51c5c218442cdc244e02a.zip |
Merge pull request #6 from marcelloc/patch-5
not need after all sync fields with 'id'.
-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]) { |