commit | 42e131eec96c0552b634d5a07d6d564672b2a67f | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sat Feb 04 13:00:37 2012 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sat Feb 04 13:00:37 2012 -0800 |
tree | 00640acc330554cfe78a2448d390695cbc71f2ca | |
parent | 18750bb8a647f00f3c6b8bc048567405a584d2ff [diff] [blame] |
Repair bug with CcnxTraceHelper causing SEGFAULT
diff --git a/helper/ccnx-trace-helper.cc b/helper/ccnx-trace-helper.cc index bb53be9..a153862 100644 --- a/helper/ccnx-trace-helper.cc +++ b/helper/ccnx-trace-helper.cc
@@ -61,6 +61,7 @@ CcnxTraceHelper::CcnxTraceHelper () : m_l3RateTrace (0) , m_appSeqsTrace (0) + , m_ipv4RateTrace (0) , m_ipv4AppSeqsTrace (0) , m_windowsTrace (0) , m_windowsTcpTrace (0)