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/lsreq.c | |
parent | 9b7de4c4d13a5701aac446627672e65fce9e1a9d (diff) |
cleanup in lsupd.c, indenting, "struct proto" removed...
Diffstat (limited to 'proto/ospf/lsreq.c')
-rw-r--r-- | proto/ospf/lsreq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/lsreq.c b/proto/ospf/lsreq.c index 4e85fad7..c862d73f 100644 --- a/proto/ospf/lsreq.c +++ b/proto/ospf/lsreq.c @@ -116,6 +116,6 @@ ospf_lsreq_receive(struct ospf_lsreq_packet *ps, return; } } - ospf_lsupd_tx_list(n, &uplist); + ospf_lsupd_send_list(n, &uplist); rfree(upslab); } |