Author: tuexen
Date: Sat Sep 12 21:23:24 2015
New Revision: 287725
URL: https://svnweb.freebsd.org/changeset/base/287725
Log:
Fix compilation issue introduced in r287717.
Thanks to bz@ for making me aware of it.
MFC after: 1 week
Modified:
head/sys/netinet/sctp_input.c
Modified: head/sys/netinet/sctp_input.c
==============================================================================
--- head/sys/netinet/sctp_input.c Sat Sep 12 20:45:09 2015
(r287724)
+++ head/sys/netinet/sctp_input.c Sat Sep 12 21:23:24 2015
(r287725)
@@ -5592,7 +5592,7 @@ process_control_chunks:
if (SCTP_BUF_NEXT(op_err) != NULL) {
#ifdef SCTP_MBUF_LOGGING
if
(SCTP_BASE_SYSCTL(sctp_logging_level) & SCTP_MBUF_LOGGING_ENABLE) {
-
sctp_log_mbc(SCTP_BUF_NEXT(mm), SCTP_MBUF_ICOPY);
+
sctp_log_mbc(SCTP_BUF_NEXT(op_err), SCTP_MBUF_ICOPY);
}
#endif
sctp_queue_op_err(stcb, op_err);
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"