diff options
| author | Luigi Rizzo <luigi@FreeBSD.org> | 2004-04-15 20:31:10 +0000 |
|---|---|---|
| committer | Luigi Rizzo <luigi@FreeBSD.org> | 2004-04-15 20:31:10 +0000 |
| commit | 0318355d0e0c749359d4d8d384fb34240e4b1a4e (patch) | |
| tree | 5724ee7f72224819d2453cd24c370e176d84429f /sys/dev/ex | |
| parent | 621b79c4d51d496d8d2c2d4b6f54f2c53b390aa6 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ex')
| -rw-r--r-- | sys/dev/ex/if_ex.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/ex/if_ex.c b/sys/dev/ex/if_ex.c index 9d8b9b069c490..c0a64e0b76cbf 100644 --- a/sys/dev/ex/if_ex.c +++ b/sys/dev/ex/if_ex.c @@ -305,9 +305,6 @@ ex_init(void *xsc) DODEBUG(Start_End, printf("%s: ex_init: start\n", ifp->if_xname);); - if (TAILQ_FIRST(&ifp->if_addrhead) == NULL) { - return; - } s = splimp(); ifp->if_timer = 0; |
