Page MenuHomeFreeBSD

D7041.diff
No OneTemporary

D7041.diff

Index: head/sys/dev/bxe/bxe.c
===================================================================
--- head/sys/dev/bxe/bxe.c
+++ head/sys/dev/bxe/bxe.c
@@ -5624,7 +5624,8 @@
if (!sc->link_vars.link_up ||
(if_getdrvflags(ifp) &
(IFF_DRV_RUNNING | IFF_DRV_OACTIVE)) != IFF_DRV_RUNNING) {
- rc = drbr_enqueue(ifp, tx_br, m);
+ if (m != NULL)
+ rc = drbr_enqueue(ifp, tx_br, m);
goto bxe_tx_mq_start_locked_exit;
}

File Metadata

Mime Type
text/plain
Expires
Wed, Aug 12, 7:20 AM (12 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36546105
Default Alt Text
D7041.diff (475 B)

Event Timeline