Repository: trafficserver
Updated Branches:
  refs/heads/master ce5f3941e -> 29a3b84af


TS-4200: Wrong return value for TSHashTable::ExpansionPolicy

This closes #475


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

Branch: refs/heads/master
Commit: 29a3b84af6213f9bfae179f7db6eafe3934655ec
Parents: ce5f394
Author: Bryan Call <[email protected]>
Authored: Fri Feb 12 15:04:33 2016 -0800
Committer: Bryan Call <[email protected]>
Committed: Fri Feb 12 15:04:33 2016 -0800

----------------------------------------------------------------------
 lib/ts/Map.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/29a3b84a/lib/ts/Map.h
----------------------------------------------------------------------
diff --git a/lib/ts/Map.h b/lib/ts/Map.h
index 43be257..bc2ee16 100644
--- a/lib/ts/Map.h
+++ b/lib/ts/Map.h
@@ -1406,8 +1406,8 @@ public:
     m_expansion_policy = p;
   }
   /// Get the current expansion policy.
-  void
-  expansionPolicy() const
+  ExpansionPolicy
+  getExpansionPolicy() const
   {
     return m_expansion_policy;
   }

Reply via email to