]> git.puffer.fish Git - matthieu/frr.git/commit
fixes an assert which doesnt seem to take into account that route_node_get
authorpaul <paul>
Tue, 18 Feb 2003 23:25:44 +0000 (23:25 +0000)
committerpaul <paul>
Tue, 18 Feb 2003 23:25:44 +0000 (23:25 +0000)
commit8c80cb7ee950b7f8c728539d965deae91e70a4eb
tree77bb0a23805fc05c12d8fffc6fa54d2f0969b869
parent4955a0ba4311918f55daf2235df812a99c46ae7c
 fixes an assert which doesnt seem to take into account that route_node_get
may return an existing node. (if the code wants a /new/ node why not use
route_node_set? if it doesnt mind - then the assert is wrong).

this bug is in zebra.org CVS. (must be an extremely rare/unlikely bug
though).
ospfd/ospf_interface.c