diff options
Diffstat (limited to 'proto/ospf/topology.c')
-rw-r--r-- | proto/ospf/topology.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/topology.c b/proto/ospf/topology.c index c02b0b7..f54c63b 100644 --- a/proto/ospf/topology.c +++ b/proto/ospf/topology.c @@ -350,7 +350,7 @@ originate_ext_lsa_body(net *n, rte *e, struct proto_ospf *po) } void -originate_ext_lsa(net *n, rte *e, u16 *len, struct proto_ospf *po) +originate_ext_lsa(net *n, rte *e, struct proto_ospf *po) { struct ospf_lsa_header lsa; u32 rtid=po->proto.cf->global->router_id; |