mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
otus: Return computed error value instead of ENXIO from otus_raw_xmit.
This commit is contained in:
parent
afda855350
commit
c0ca75b0db
1 changed files with 1 additions and 1 deletions
|
|
@ -566,7 +566,7 @@ error:
|
|||
otus_freebuf(sc, bf);
|
||||
OTUS_UNLOCK(sc);
|
||||
m_freem(m);
|
||||
return (ENXIO);
|
||||
return (error);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Reference in a new issue