summaryrefslogtreecommitdiffstats
path: root/src/etc/rc.filter_synchronize
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-08-18 16:36:44 -0300
committerRenato Botelho <renato@netgate.com>2016-08-18 16:42:19 -0300
commita49413cb49df2c5c9214c4336089d4e8be3401e2 (patch)
tree9810613597212580dbb9c1eaebc44cfa1424550b /src/etc/rc.filter_synchronize
parent512f2c10af716243046bdd08140856bb8e45222b (diff)
downloadpfsense-a49413cb49df2c5c9214c4336089d4e8be3401e2.zip
pfsense-a49413cb49df2c5c9214c4336089d4e8be3401e2.tar.gz
Do not enable debug
Diffstat (limited to 'src/etc/rc.filter_synchronize')
-rwxr-xr-xsrc/etc/rc.filter_synchronize8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/etc/rc.filter_synchronize b/src/etc/rc.filter_synchronize
index ff846e3..1938cd3 100755
--- a/src/etc/rc.filter_synchronize
+++ b/src/etc/rc.filter_synchronize
@@ -100,10 +100,6 @@ function carp_check_version($url, $username, $password, $method = 'host_firmware
$numberofruns = 0;
while ($numberofruns < 2) {
- if ($numberofruns > 0) {
- $options['debug'] = true;
- }
-
$numberofruns++;
$cli = XML_RPC2_Client::create($url, $options);
@@ -259,10 +255,6 @@ function carp_sync_xml($url, $username, $password, $sections, $method = 'restore
$numberofruns = 0;
while ($numberofruns < 2) {
- if ($numberofruns > 0) {
- $options['debug'] = true;
- }
-
$numberofruns++;
log_error("Beginning XMLRPC sync to {$url}.");
OpenPOWER on IntegriCloud