Repository: trafficserver
Updated Branches:
  refs/heads/master 435e75661 -> 22c16fa4d


Remove unused config proxy.config.net_snapshot_filename


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/22c16fa4
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/22c16fa4
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/22c16fa4

Branch: refs/heads/master
Commit: 22c16fa4d8e328fffbf536ae5e3079a166e5b9aa
Parents: 435e756
Author: James Peach <[email protected]>
Authored: Thu Nov 13 18:52:28 2014 -0800
Committer: James Peach <[email protected]>
Committed: Thu Nov 13 18:52:28 2014 -0800

----------------------------------------------------------------------
 lib/perl/lib/Apache/TS/AdminClient.pm | 1 -
 mgmt/RecordsConfig.cc                 | 3 ---
 2 files changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/22c16fa4/lib/perl/lib/Apache/TS/AdminClient.pm
----------------------------------------------------------------------
diff --git a/lib/perl/lib/Apache/TS/AdminClient.pm 
b/lib/perl/lib/Apache/TS/AdminClient.pm
index f89c370..0dc4a8a 100644
--- a/lib/perl/lib/Apache/TS/AdminClient.pm
+++ b/lib/perl/lib/Apache/TS/AdminClient.pm
@@ -631,7 +631,6 @@ The Apache Traffic Server Administration Manual will 
explain what these strings
  proxy.config.manager_binary
  proxy.config.net.connections_throttle
  proxy.config.net.listen_backlog
- proxy.config.net_snapshot_filename
  proxy.config.net.sock_mss_in
  proxy.config.net.sock_option_flag_in
  proxy.config.net.sock_option_flag_out

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/22c16fa4/mgmt/RecordsConfig.cc
----------------------------------------------------------------------
diff --git a/mgmt/RecordsConfig.cc b/mgmt/RecordsConfig.cc
index 364bbd2..3c659e5 100644
--- a/mgmt/RecordsConfig.cc
+++ b/mgmt/RecordsConfig.cc
@@ -96,9 +96,6 @@ static const RecordElement RecordsConfig[] =
   ,
   {RECT_CONFIG, "proxy.config.snapshot_dir", RECD_STRING, "snapshots", 
RECU_NULL, RR_REQUIRED, RECC_NULL, NULL, RECA_NULL}
   ,
-  {RECT_CONFIG, "proxy.config.net_snapshot_filename", RECD_STRING, 
"net.config.xml", RECU_NULL, RR_NULL, RECC_NULL, NULL,
-   RECA_NULL}
-  ,
   //# 0 = disable
   {RECT_CONFIG, "proxy.config.res_track_memory", RECD_INT, "0", RECU_NULL, 
RR_NULL, RECC_NULL, NULL, RECA_NULL}
   ,

Reply via email to