diff options
author | doktornotor <notordoktor@gmail.com> | 2015-09-30 11:01:09 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-09-30 11:01:09 +0200 |
commit | 8454383e2a4bb1fba0050b4d8f66ab7cb79c9898 (patch) | |
tree | 397a796f03d47e8dd09fd079ba34ec2a56f2beaf /config/squid3 | |
parent | b5dcb3027c95ed5133693630934c0d7da704324a (diff) | |
download | pfsense-packages-8454383e2a4bb1fba0050b4d8f66ab7cb79c9898.tar.gz pfsense-packages-8454383e2a4bb1fba0050b4d8f66ab7cb79c9898.tar.bz2 pfsense-packages-8454383e2a4bb1fba0050b4d8f66ab7cb79c9898.zip |
Remove yet another duplicate squid_dash_z() invocation, also don't log unless needed
Diffstat (limited to 'config/squid3')
-rwxr-xr-x | config/squid3/34/squid.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/config/squid3/34/squid.inc b/config/squid3/34/squid.inc index 519c7c54..e44dbe62 100755 --- a/config/squid3/34/squid.inc +++ b/config/squid3/34/squid.inc @@ -608,8 +608,6 @@ function squid_validate_cache($post, &$input_errors) { } } } - - squid_dash_z(); } function squid_validate_nac($post, &$input_errors) { @@ -2025,8 +2023,8 @@ function squid_resync($via_rpc = "no") { function squid_stop_monitor() { /* kill any running proxy alarm scripts */ - log_error("Stopping any running proxy monitors"); if (exec("/bin/ps auxw | /usr/bin/grep '[s]qpmon'")) { + log_error("Stopping any running proxy monitors"); mwexec("/usr/local/etc/rc.d/sqp_monitor.sh stop"); } sleep(1); |