otus: Return computed error value instead of ENXIO from otus_raw_xmit.

This commit is contained in:
John Baldwin 2022-04-07 17:01:27 -07:00
parent afda855350
commit c0ca75b0db

View file

@ -566,7 +566,7 @@ error:
otus_freebuf(sc, bf);
OTUS_UNLOCK(sc);
m_freem(m);
return (ENXIO);
return (error);
}
static void