aboutsummaryrefslogtreecommitdiffstats
path: root/config/squid-reverse/squid.inc
diff options
context:
space:
mode:
authorMarcello Coutinho <marcellocoutinho@gmail.com>2012-05-07 18:48:50 -0300
committermarcelloc <marcellocoutinho@gmail.com>2012-05-07 18:48:50 -0300
commit97ca4a44ae840344dd9cae135ac3835dbfed6ec9 (patch)
tree4a3923bd2a389678ff658104ca91f28396f672f9 /config/squid-reverse/squid.inc
parente65bbe0559a2c0080dd30863df6c7011c78e4be4 (diff)
downloadpfsense-packages-97ca4a44ae840344dd9cae135ac3835dbfed6ec9.tar.gz
pfsense-packages-97ca4a44ae840344dd9cae135ac3835dbfed6ec9.tar.bz2
pfsense-packages-97ca4a44ae840344dd9cae135ac3835dbfed6ec9.zip
squid3 - fix xml rpc sync call
Diffstat (limited to 'config/squid-reverse/squid.inc')
-rw-r--r--config/squid-reverse/squid.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/squid-reverse/squid.inc b/config/squid-reverse/squid.inc
index b6386eaa..66f7e51c 100644
--- a/config/squid-reverse/squid.inc
+++ b/config/squid-reverse/squid.inc
@@ -1826,7 +1826,7 @@ function squid_do_xmlrpc_sync($sync_to_ip, $username, $password) {
/* tell squid to reload our settings on the destionation sync host. */
$method = 'pfsense.exec_php';
$execcmd = "require_once('/usr/local/pkg/squid.inc');\n";
- $execcmd .= "sync_package_squid();";
+ $execcmd .= "squid_resync();";
/* assemble xmlrpc payload */
$params = array(
XML_RPC_encode($password),