summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/vax/if/if_de.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/vax/if/if_de.c b/sys/arch/vax/if/if_de.c
index 7272eb945c3..dfa91417a6a 100644
--- a/sys/arch/vax/if/if_de.c
+++ b/sys/arch/vax/if/if_de.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_de.c,v 1.23 2013/08/08 19:51:18 bluhm Exp $ */
+/* $OpenBSD: if_de.c,v 1.24 2014/02/13 09:20:07 mpi Exp $ */
/* $NetBSD: if_de.c,v 1.27 1997/04/19 15:02:29 ragge Exp $ */
/*
@@ -249,10 +249,6 @@ deinit(ds)
struct de_ring *rp;
int s,incaddr;
- /* not yet, if address still unknown */
- if (TAILQ_EMPTY(&ifp->if_addrlist))
- return;
-
if (ds->ds_flags & DSF_RUNNING)
return;
if ((ifp->if_flags & IFF_RUNNING) == 0) {