diff --git a/sys/netinet6/nd6.c b/sys/netinet6/nd6.c index 0d355ba3309..58597d5482a 100644 --- a/sys/netinet6/nd6.c +++ b/sys/netinet6/nd6.c @@ -578,7 +578,8 @@ nd6_timer(ignored_arg) if (regen) goto addrloop; /* XXX: see below */ - } else if (IFA6_IS_DEPRECATED(ia6)) { + } + if (IFA6_IS_DEPRECATED(ia6)) { int oldflags = ia6->ia6_flags; ia6->ia6_flags |= IN6_IFF_DEPRECATED; @@ -607,7 +608,7 @@ nd6_timer(ignored_arg) goto addrloop; } } - } else if (IFA6_IS_DEPRECATED(ia6)) { + } else { /* * A new RA might have made a deprecated address * preferred.