Fix my error in rev. 1.152

Submitted by:	oleg
This commit is contained in:
glebius 2006-12-04 14:35:17 +00:00
parent 5ad129a10a
commit e472c8dd9a

View File

@ -3661,7 +3661,7 @@ bge_watchdog(struct bge_softc *sc)
if_printf(ifp, "watchdog timeout -- resetting\n");
ifp->if_drv_flags &= ~IFF_DRV_RUNNING;
bge_init(sc);
bge_init_locked(sc);
ifp->if_oerrors++;
}