MFC: 1.38: Fix interface output being stuck under low memory conditions.

This commit is contained in:
ru 2007-03-11 10:11:16 +00:00
parent d9fc3654cc
commit 12fae8db36

View File

@ -277,7 +277,8 @@ ng_eiface_start(struct ifnet *ifp)
ifp->if_drv_flags |= IFF_DRV_OACTIVE;
ng_send_fn(priv->node, NULL, &ng_eiface_start2, ifp, 0);
if (ng_send_fn(priv->node, NULL, &ng_eiface_start2, ifp, 0) != 0)
ifp->if_drv_flags &= ~IFF_DRV_OACTIVE;
}
#ifdef DEBUG