From 6f3203fabf30b0e5ca7d41b4550efbc5df0b421a Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Fri, 4 Jun 2004 21:05:43 +0000 Subject: cleanup in lsupd.c, indenting, "struct proto" removed... --- proto/ospf/lsreq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/ospf/lsreq.c') 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); } -- cgit v1.2.3