You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by so...@apache.org on 2017/05/11 13:41:12 UTC

[trafficserver] 04/11: Wccp: CV-128004

This is an automated email from the ASF dual-hosted git repository.

sorber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit b47483a20e61f1b16c3d8b8336a1cb9c24be347e
Author: Alan M. Carroll <am...@apache.org>
AuthorDate: Wed May 10 10:45:36 2017 -0500

    Wccp: CV-128004
---
 lib/wccp/WccpLocal.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/wccp/WccpLocal.h b/lib/wccp/WccpLocal.h
index 79773e2..761df93 100644
--- a/lib/wccp/WccpLocal.h
+++ b/lib/wccp/WccpLocal.h
@@ -1974,11 +1974,11 @@ namespace detail
     struct GroupData {
       typedef GroupData self; ///< Self reference type.
 
-      ServiceGroup m_svc;       ///< The service definition.
-      uint32_t m_generation;    ///< Generation value (change number).
-      time_t m_generation_time; ///< Time of last view change.
+      ServiceGroup m_svc;           ///< The service definition.
+      uint32_t m_generation;        ///< Generation value (change number).
+      time_t m_generation_time = 0; ///< Time of last view change.
 
-      bool m_use_security_opt;             ///< Use group local security.
+      bool m_use_security_opt = false;     ///< Use group local security.
       SecurityComp::Option m_security_opt; ///< Type of security.
       bool m_use_security_key;             ///< Use group local key.
       SecurityComp::Key m_security_key;    ///< MD5 key.

-- 
To stop receiving notification emails like this one, please contact
"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>.