1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Dump changes.

This commit is contained in:
Ondrej Filip
2000-04-18 19:22:49 +00:00
parent 4472402551
commit 79f036ef6e
4 changed files with 16 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ originate_rt_lsa_body(struct ospf_area *oa, u16 *length, struct proto_ospf *p)
struct top_hash_entry *old;
struct proto_ospf *po=(struct proto_ospf *)p;
DBG("%s: Originating RT_lsa body for area \"%d\".\n", po->proto.name, oa->areaid);
DBG("%s: Originating RT_lsa body for area \"%I\".\n", po->proto.name, oa->areaid);
WALK_LIST (ifa, p->iface_list) i++;
{