You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2015/06/16 18:22:30 UTC

trafficserver git commit: Coverity CID #1306778

Repository: trafficserver
Updated Branches:
  refs/heads/master 5174c55d0 -> 6c9a642ca


Coverity CID #1306778


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

Branch: refs/heads/master
Commit: 6c9a642ca6a41bf869bbde0f00af072b46325e5a
Parents: 5174c55
Author: James Peach <jp...@apache.org>
Authored: Tue Jun 16 09:22:26 2015 -0700
Committer: James Peach <jp...@apache.org>
Committed: Tue Jun 16 09:22:26 2015 -0700

----------------------------------------------------------------------
 proxy/ICP.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/6c9a642c/proxy/ICP.h
----------------------------------------------------------------------
diff --git a/proxy/ICP.h b/proxy/ICP.h
index 076b305..fc130f9 100644
--- a/proxy/ICP.h
+++ b/proxy/ICP.h
@@ -238,7 +238,8 @@ class ICPConfigData
 public:
   ICPConfigData()
     : _icp_enabled(0), _icp_port(0), _icp_interface(0), _multicast_enabled(0), _icp_query_timeout(0), _cache_lookup_local(0),
-      _stale_lookup(0), _reply_to_unknown_peer(0), _default_reply_port(0)
+      _stale_lookup(0), _reply_to_unknown_peer(0), _default_reply_port(0),
+      _cache_generation(-1)
   {
   }
   ~ICPConfigData() {} // Note: _icp_interface freed prior to delete