summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/netipx/spx_usrreq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netipx/spx_usrreq.c b/sys/netipx/spx_usrreq.c
index d34b2b1..feb2b65 100644
--- a/sys/netipx/spx_usrreq.c
+++ b/sys/netipx/spx_usrreq.c
@@ -413,7 +413,7 @@ dropwithreset:
soabort(so);
}
IPX_LIST_UNLOCK();
- m_freem(dtom(si));
+ m_freem(m);
return;
drop:
OpenPOWER on IntegriCloud