summaryrefslogtreecommitdiffstats
path: root/proto/ospf/lsupd.c
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2004-06-04 19:28:41 +0200
committerOndrej Filip <feela@network.cz>2004-06-04 19:28:41 +0200
commit27f49a2c3c2a86b4822ff1980d751666ed8cee97 (patch)
treeb80e89fc5bdfa4f514c0c2607008f870ca1bebc0 /proto/ospf/lsupd.c
parent77539c4471d4b3f19347d2efc99680f815e1c78a (diff)
downloadbird-27f49a2c3c2a86b4822ff1980d751666ed8cee97.tar
bird-27f49a2c3c2a86b4822ff1980d751666ed8cee97.zip
lsreq.c indented and small 'struct proto' changes.
Diffstat (limited to 'proto/ospf/lsupd.c')
-rw-r--r--proto/ospf/lsupd.c2
1 files changed, 1 insertions, 1 deletions
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 */
}
}