do not reinitialize in copy constructor

This commit is contained in:
Tom Henderson
2009-10-03 16:21:58 -07:00
parent 1975f950a5
commit d4ebb47386

View File

@@ -215,7 +215,7 @@ InternetStackHelper::InternetStackHelper (const InternetStackHelper &o)
m_routingv6 = o.m_routingv6->Copy ();
m_ipv4Enabled = o.m_ipv4Enabled;
m_ipv6Enabled = o.m_ipv6Enabled;
Initialize ();
m_tcpFactory = o.m_tcpFactory;
}
InternetStackHelper &