Page MenuHomeFreeBSD

D7041.id18048.diff
No OneTemporary

D7041.id18048.diff

Index: sys/dev/bxe/bxe.c
===================================================================
--- sys/dev/bxe/bxe.c
+++ 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
Sat, Nov 23, 8:39 AM (9 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14795398
Default Alt Text
D7041.id18048.diff (460 B)

Event Timeline