diff options
author | Ondrej Filip <feela@network.cz> | 2004-06-04 21:05:43 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-06-04 21:05:43 +0000 |
commit | 6f3203fabf30b0e5ca7d41b4550efbc5df0b421a (patch) | |
tree | fca231a3f7c5597478ec5e089332dc7aef68cf48 /proto/ospf/neighbor.c | |
parent | 9b7de4c4d13a5701aac446627672e65fce9e1a9d (diff) |
cleanup in lsupd.c, indenting, "struct proto" removed...
Diffstat (limited to 'proto/ospf/neighbor.c')
-rw-r--r-- | proto/ospf/neighbor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/neighbor.c b/proto/ospf/neighbor.c index 9c9bd376..885b0b89 100644 --- a/proto/ospf/neighbor.c +++ b/proto/ospf/neighbor.c @@ -600,7 +600,7 @@ rxmt_timer_hook(timer *timer) en->lsa.id, en->lsa.rt, en->lsa.type); add_tail(&uplist, NODE llsh); } - ospf_lsupd_tx_list(n, &uplist); + ospf_lsupd_send_list(n, &uplist); rfree(upslab); } } |