aboutsummaryrefslogtreecommitdiff
path: root/sys/netipx/spx_usrreq.c
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2006-03-25 14:45:08 +0000
committerRobert Watson <rwatson@FreeBSD.org>2006-03-25 14:45:08 +0000
commite7b7fc0ecd8485476df5b5b8831f1eec3ec227f4 (patch)
tree0a86e9108df291f98e0e41a55666c78ed860ef3e /sys/netipx/spx_usrreq.c
parent3945bca5168e12ec19c602964331b35ca87171bc (diff)
downloadsrc-e7b7fc0ecd8485476df5b5b8831f1eec3ec227f4.tar.gz
src-e7b7fc0ecd8485476df5b5b8831f1eec3ec227f4.zip
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
Notes
Notes: svn path=/head/; revision=157126
Diffstat (limited to 'sys/netipx/spx_usrreq.c')
-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 7ef9d9d44001..d2ad220f82ee 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)