Fix a typo that caused stack overflow

This commit is contained in:
Raj Bhattacharjea
2008-03-25 11:51:22 -04:00
parent 7f56378951
commit 7b8b8e8de3

View File

@@ -136,7 +136,7 @@ Ptr<NetDevice>
PointToPointChannel::GetDevice (uint32_t i) const
{
NS_LOG_FUNCTION;
return GetDevice (i);
return GetPointToPointDevice (i);
}