From 76e2514328a71abd1ed37b9b32421d2ab924b4c0 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Tue, 30 May 2000 13:25:47 +0000 Subject: Better dumping. --- proto/ospf/neighbor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto') diff --git a/proto/ospf/neighbor.c b/proto/ospf/neighbor.c index 199d613..a55a948 100644 --- a/proto/ospf/neighbor.c +++ b/proto/ospf/neighbor.c @@ -433,7 +433,7 @@ neighbor_timer_hook(timer *timer) ifa=n->ifa; p=(struct proto *)(ifa->proto); debug("%s: Inactivity timer fired on interface %s for neighbor %I.\n", - p->name, ifa->iface->name, n->rid); + p->name, ifa->iface->name, n->ip); ospf_neigh_remove(n); } -- cgit v1.2.3