OLSR: remove the 'Link tuple has no corresponding neighbor tuple' assertion; it happens now because MID messages may occasionally not arrive in time, but it's normal.
--- a/src/routing/olsr/olsr-agent-impl.cc Sun Feb 03 19:05:37 2008 +0000
+++ b/src/routing/olsr/olsr-agent-impl.cc Sun Feb 03 19:09:35 2008 +0000
@@ -1252,7 +1252,7 @@
}
if (!ok)
{
- NS_ASSERT (!"Link tuple has no corresponding neighbor tuple\n");
+ continue;
}
}