mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 06:39:32 -04:00
Avoid unnecessary one use of dtom(9) in spx_input().
MFC after: 3 days
This commit is contained in:
parent
dfc98f3895
commit
8ea4cf79cb
1 changed files with 1 additions and 1 deletions
|
|
@ -413,7 +413,7 @@ dropwithreset:
|
|||
soabort(so);
|
||||
}
|
||||
IPX_LIST_UNLOCK();
|
||||
m_freem(dtom(si));
|
||||
m_freem(m);
|
||||
return;
|
||||
|
||||
drop:
|
||||
|
|
|
|||
Loading…
Reference in a new issue