summaryrefslogtreecommitdiffstats
path: root/sys/net/if.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/if.c')
-rw-r--r--sys/net/if.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if.c b/sys/net/if.c
index fea9db7..7248768 100644
--- a/sys/net/if.c
+++ b/sys/net/if.c
@@ -1022,8 +1022,8 @@ if_detach_internal(struct ifnet *ifp, int vmove)
(*dp->dom_ifdetach)(ifp,
ifp->if_afdata[dp->dom_family]);
}
- IF_AFDATA_UNLOCK(ifp);
ifp->if_afdata_initialized = 0;
+ IF_AFDATA_UNLOCK(ifp);
if (!vmove)
ifq_detach(&ifp->if_snd);
OpenPOWER on IntegriCloud