From 27f49a2c3c2a86b4822ff1980d751666ed8cee97 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Fri, 4 Jun 2004 17:28:41 +0000 Subject: lsreq.c indented and small 'struct proto' changes. --- proto/ospf/lsupd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/ospf/lsupd.c') diff --git a/proto/ospf/lsupd.c b/proto/ospf/lsupd.c index 0f50cb5..752ba36 100644 --- a/proto/ospf/lsupd.c +++ b/proto/ospf/lsupd.c @@ -522,7 +522,7 @@ ospf_lsupd_rx(struct ospf_lsupd_packet *ps, struct proto *p, if(n->state==NEIGHBOR_LOADING) { - ospf_lsreq_tx(n); /* Send me another part of database */ + ospf_lsreq_send(n); /* Send me another part of database */ } } -- cgit v1.2.3