mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-27 16:39:08 +00:00
Avoid unnecessary one use of dtom(9) in spx_input().
MFC after: 3 days
This commit is contained in:
parent
dfc98f3895
commit
8ea4cf79cb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=179332
@ -413,7 +413,7 @@ spx_input(struct mbuf *m, struct ipxpcb *ipxp)
|
||||
soabort(so);
|
||||
}
|
||||
IPX_LIST_UNLOCK();
|
||||
m_freem(dtom(si));
|
||||
m_freem(m);
|
||||
return;
|
||||
|
||||
drop:
|
||||
|
Loading…
Reference in New Issue
Block a user