Start the Olsr agent (accidentally removed during last code refactoring)

This commit is contained in:
Gustavo J. A. M. Carneiro
2008-02-01 14:05:59 +00:00
parent d625837eb9
commit f23152d7a7

View File

@@ -33,7 +33,7 @@ EnableAllNodes (void)
void
EnableNode (Ptr<Node> node)
{
olsr::Agent::CreateDefault (node);
olsr::Agent::CreateDefault (node)->Start ();
}