Avoid unnecessary one use of dtom(9) in spx_input().

MFC after:	3 days
This commit is contained in:
Robert Watson 2008-05-26 22:54:38 +00:00
parent dfc98f3895
commit 8ea4cf79cb

View file

@ -413,7 +413,7 @@ dropwithreset:
soabort(so);
}
IPX_LIST_UNLOCK();
m_freem(dtom(si));
m_freem(m);
return;
drop: