diff options
Diffstat (limited to 'proto/ospf/neighbor.c')
-rw-r--r-- | proto/ospf/neighbor.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |