Fix compilation issue introduced in r287717.

Thanks to bz@ for making me aware of it.

MFC after:	1 week
This commit is contained in:
tuexen 2015-09-12 21:23:24 +00:00
parent 194fd9ab33
commit 63946e657e

View File

@ -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);