From d8c7d9e8846f025e42227c64e992a3a52ca7dfb4 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Sun, 20 Feb 2005 04:27:56 +0000 Subject: Since now I can also use 'dead interval', not just 'dead counter'. --- proto/ospf/neighbor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto/ospf/neighbor.c') diff --git a/proto/ospf/neighbor.c b/proto/ospf/neighbor.c index 59a9805..7696d45 100644 --- a/proto/ospf/neighbor.c +++ b/proto/ospf/neighbor.c @@ -309,7 +309,7 @@ ospf_neigh_sm(struct ospf_neighbor *n, int event) case NEIGHBOR_DOWN: neigh_chstate(n, NEIGHBOR_INIT); default: - tm_start(n->inactim, n->ifa->deadc * n->ifa->helloint); /* Restart inactivity timer */ + tm_start(n->inactim, n->ifa->dead); /* Restart inactivity timer */ break; } break; -- cgit v1.2.3