fix segfault

This commit is contained in:
Mathieu Lacage
2007-05-02 15:14:27 +02:00
parent 9021652bd3
commit 2d41f0a3c1
5 changed files with 2 additions and 15 deletions

View File

@@ -38,7 +38,7 @@ namespace ns3 {
InternetNode::InternetNode()
{
// Instantiate the capabilities
m_applicationList = new ApplicationList();
m_applicationList = new ApplicationList(this);
m_l3Demux = new L3Demux(this);
m_ipv4L4Demux = new Ipv4L4Demux(this);
m_l3Demux->Insert (Ipv4 (this));