summaryrefslogtreecommitdiffstats
path: root/proto/ospf/lsreq.c
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2004-06-04 23:05:43 +0200
committerOndrej Filip <feela@network.cz>2004-06-04 23:05:43 +0200
commit6f3203fabf30b0e5ca7d41b4550efbc5df0b421a (patch)
treefca231a3f7c5597478ec5e089332dc7aef68cf48 /proto/ospf/lsreq.c
parent9b7de4c4d13a5701aac446627672e65fce9e1a9d (diff)
downloadbird-6f3203fabf30b0e5ca7d41b4550efbc5df0b421a.tar
bird-6f3203fabf30b0e5ca7d41b4550efbc5df0b421a.zip
cleanup in lsupd.c, indenting, "struct proto" removed...
Diffstat (limited to 'proto/ospf/lsreq.c')
-rw-r--r--proto/ospf/lsreq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/lsreq.c b/proto/ospf/lsreq.c
index 4e85fad..c862d73 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);
}