summaryrefslogtreecommitdiffstats
path: root/proto/ospf/ospf.c
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2000-02-25 20:19:41 +0100
committerOndrej Filip <feela@network.cz>2000-02-25 20:19:41 +0100
commitde30342f97490e3a3626c4a5fbf3352d1d0aa9c8 (patch)
tree619cba8dfcfb09e420655984ceaf7bb63bf77ad0 /proto/ospf/ospf.c
parentb786df7035f43bb5eb4f7bca980e3bf684e527b7 (diff)
downloadbird-de30342f97490e3a3626c4a5fbf3352d1d0aa9c8.tar
bird-de30342f97490e3a3626c4a5fbf3352d1d0aa9c8.zip
Router LSA & area adding.
Diffstat (limited to 'proto/ospf/ospf.c')
-rw-r--r--proto/ospf/ospf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/ospf.c b/proto/ospf/ospf.c
index 8eae39e..670ca73 100644
--- a/proto/ospf/ospf.c
+++ b/proto/ospf/ospf.c
@@ -38,7 +38,7 @@ ospf_dump(struct proto *p)
struct proto_ospf *po=(struct proto_ospf *)p;
struct ospf_area *oa;
- debug("%s: AreaID: %u\n", p->name, c->area );
+ debug("%s: Area number: %d\n", p->name, po->areano);
WALK_LIST(ifa, po->iface_list)
{