On 12/31/2009 10:37 AM, Gus Wirth wrote:
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)?
Never mind. It was fixed in 1520.
Gus