From 6a7ae8da1fde1559106e8fe30f00409cdc1f57d6 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 15 Sep 2005 01:26:24 +0000 Subject: Backout sync of scheduler. Going to move location --- etc/inc/filter.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'etc') 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'); -- cgit v1.1