diff options
author | paul <paul> | 2003-07-24 23:22:57 +0000 |
---|---|---|
committer | paul <paul> | 2003-07-24 23:22:57 +0000 |
commit | 736d3441e267c76056d6fcc2f59cd09a90f3af21 (patch) | |
tree | e5ab36856be58c03bcec234916dfa52aabc38441 /ospfd/ChangeLog | |
parent | 7021c425a9f5bd9f62b934124becbaadd961cac0 (diff) |
2003-07-25 kamatchi soundaram <kamatchi@tdd.sj.nec.com>
* ospf_packet.c (ospf_ls_upd_send_queue_event): get next route
node in body of the loop to avoid chance that route node
is unlocked and deleted before the next iteration tries to
get next route node.
Diffstat (limited to 'ospfd/ChangeLog')
-rw-r--r-- | ospfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index 7720adcc..27454aa2 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,3 +1,10 @@ +2003-07-25 kamatchi soundaram <kamatchi@tdd.sj.nec.com> + + * ospf_packet.c (ospf_ls_upd_send_queue_event): get next route + node in body of the loop to avoid chance that route node + is unlocked and deleted before the next iteration tries to + get next route node. + 2003-05-24 Kenji Yabuuchi * ospf_interface.c(ospf_if_lookup_recv_if): Use the most specific |