diff options
Diffstat (limited to 'proto/ospf/ospf.c')
-rw-r--r-- | proto/ospf/ospf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/ospf.c b/proto/ospf/ospf.c index ce01a37..e43c741 100644 --- a/proto/ospf/ospf.c +++ b/proto/ospf/ospf.c @@ -721,7 +721,7 @@ ospf_reconfigure(struct proto *p, struct proto_config *c) /* DEAD COUNT */ if (ip1->deadc != ip2->deadc) { - ifa->deadc = ip2->deadc; + ifa->dead = ip2->dead; OSPF_TRACE(D_EVENTS, "Changing dead count on interface %s from %d to %d", ifa->iface->name, ip1->deadc, ip2->deadc); |