I'm looking at changeset 1519 and have a question about the patch to routing.c
On line 158 there is:
if (neigh_node)
but later at line 179 there is:
if (!neigh_node)
for essential the same functionality.
Am I confused or is one of these wrong (most likely the first one)?
Gus