[aodv] RoutingTable::Purge bugfix

This commit is contained in:
Pavel Boyko
2009-11-18 11:28:38 +03:00
parent b9ba4cd5bc
commit 8cb399d672

View File

@@ -309,7 +309,10 @@ RoutingTable::Purge ()
else
++i;
}
++i;
else
{
++i;
}
}
}