summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-15 01:26:24 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-15 01:26:24 +0000
commit6a7ae8da1fde1559106e8fe30f00409cdc1f57d6 (patch)
treec39ed0113b4f107918937dc5529cef886f2210b2 /etc
parent57d950d51dc672cab6d8d84da4512ca32ea0840f (diff)
downloadpfsense-6a7ae8da1fde1559106e8fe30f00409cdc1f57d6.zip
pfsense-6a7ae8da1fde1559106e8fe30f00409cdc1f57d6.tar.gz
Backout sync of scheduler. Going to move location
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 044f1e0..f715c87 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -2406,8 +2406,6 @@ function carp_sync_client() {
if($carp['synchronizetrafficshaper'] != "" and is_array($config['shaper'])) {
$sections_xml[] = new XML_RPC_Value(backup_config_section("shaper"), 'string');
$sections[] = new XML_RPC_Value('shaper', 'string');
- $sections_xml[] = new XML_RPC_Value(backup_config_ts_scheduler(), 'string');
- $sections[] = new XML_RPC_Value('shaper', 'string');
}
if($carp['synchronizestaticroutes'] != "" and is_array($config['staticroutes'])) {
$sections_xml[] = new XML_RPC_Value(backup_config_section("staticroutes"), 'string');
OpenPOWER on IntegriCloud