fix bug on previous commit

This commit is contained in:
Tom Henderson
2012-08-17 06:19:59 -07:00
parent f645a4bc46
commit aebb5d5841

View File

@@ -114,7 +114,7 @@ OlsrHelper::AssignStreams (NodeContainer c, int64_t stream)
listOlsr = DynamicCast<olsr::RoutingProtocol> (listProto);
if (listOlsr)
{
currentStream += olsr->AssignStreams (currentStream);
currentStream += listOlsr->AssignStreams (currentStream);
break;
}
}