summaryrefslogtreecommitdiffstats
path: root/sys/netipx
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2006-03-25 14:45:08 +0000
committerrwatson <rwatson@FreeBSD.org>2006-03-25 14:45:08 +0000
commitbb7f7422a3416143c19361a3ec36ba3b2ff33457 (patch)
tree0a86e9108df291f98e0e41a55666c78ed860ef3e /sys/netipx
parent5e979685ba07d87041c8320cb22dcf77ce2efed5 (diff)
downloadFreeBSD-src-bb7f7422a3416143c19361a3ec36ba3b2ff33457.zip
FreeBSD-src-bb7f7422a3416143c19361a3ec36ba3b2ff33457.tar.gz
Don't bother restoring host byte order of mbuf fields when we're just
about to free the mbuf in the spx_input() error path. MFC after: 1 month
Diffstat (limited to 'sys/netipx')
-rw-r--r--sys/netipx/spx_usrreq.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/netipx/spx_usrreq.c b/sys/netipx/spx_usrreq.c
index 7ef9d9d..d2ad220 100644
--- a/sys/netipx/spx_usrreq.c
+++ b/sys/netipx/spx_usrreq.c
@@ -371,9 +371,6 @@ dropwithreset:
cb = NULL;
}
IPX_LIST_UNLOCK();
- si->si_seq = ntohs(si->si_seq);
- si->si_ack = ntohs(si->si_ack);
- si->si_alo = ntohs(si->si_alo);
m_freem(dtom(si));
if (cb == NULL || cb->s_ipxpcb->ipxp_socket->so_options & SO_DEBUG ||
traceallspxs)
OpenPOWER on IntegriCloud