diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2009-12-14 17:29:33 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2009-12-14 17:29:33 +0100 |
commit | 34a877ccac25d38172716d3d2488449c870cad0b (patch) | |
tree | 633e46d33ceab3d67f8c4b6427384930fca95777 /proto/ospf/topology.c | |
parent | 8a70a13e7e79afa6818b10cf64d4f1ae4cf89e4b (diff) |
Minor updates.
Diffstat (limited to 'proto/ospf/topology.c')
-rw-r--r-- | proto/ospf/topology.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/ospf/topology.c b/proto/ospf/topology.c index 231db134..46656811 100644 --- a/proto/ospf/topology.c +++ b/proto/ospf/topology.c @@ -472,7 +472,6 @@ static void * originate_net_lsa_body(struct ospf_iface *ifa, u16 *length, struct proto_ospf *po) { - u32 rid = proto_get_router_id(po->proto.cf); u16 i = 1; struct ospf_neighbor *n; struct ospf_lsa_net *net; |