summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWenxian Li <wenxianl@cisco.com>2015-09-10 00:37:54 -0400
committerWenxian Li <wenxianl@cisco.com>2015-09-10 00:37:54 -0400
commit8b0a8fcda7b2f28c4aee86c135e93529ade712eb (patch)
treeca49851905510b02654fefc38addb59a81165b2d
parent2e5fdf7cc07549de848ef3396c9301c7a317f966 (diff)
fix errors found in valgrind
-rwxr-xr-xsrc/tuple_gen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tuple_gen.cpp b/src/tuple_gen.cpp
index 2e1099da..309f6ebd 100755
--- a/src/tuple_gen.cpp
+++ b/src/tuple_gen.cpp
@@ -308,6 +308,7 @@ void operator >> (const YAML::Node& node, CTupleGenYamlInfo & fi) {
utl_yaml_read_uint16(node,"tcp_aging",c_pool.m_tcp_aging_sec);
utl_yaml_read_uint16(node,"udp_aging",c_pool.m_udp_aging_sec);
s_pool.m_dual_interface_mask = c_pool.m_dual_interface_mask;
+ s_pool.m_is_bundling = false;
fi.m_client_pool.push_back(c_pool);
fi.m_server_pool.push_back(s_pool);
}catch ( const std::exception& e ) {