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
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
On Thu, Dec 31, 2009 at 10:37:29AM -0800, 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)?
Please also look at 1520 and 1524.
Best regards, Sven
b.a.t.m.a.n@lists.open-mesh.org