Fix compilation issue introduced in r287717.

Thanks to bz@ for making me aware of it.

MFC after:	1 week
This commit is contained in:
Michael Tuexen 2015-09-12 21:23:24 +00:00
parent 84e2fad15a
commit 30811e70d9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=287725

View File

@ -5592,7 +5592,7 @@ __attribute__((noinline))
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);