Actually send a asconf chunk, not only queue one.

MFC after: 3 days
This commit is contained in:
Michael Tuexen 2016-03-10 00:27:10 +00:00
parent 15c433351f
commit 1fabc43e9f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=296588

View File

@ -5862,6 +5862,7 @@ sctp_setopt(struct socket *so, int optname, void *optval, size_t optsize,
SCTP_LTRACE_ERR_RET(inp, NULL, NULL, SCTP_FROM_SCTP_USRREQ, EINVAL);
error = EINVAL;
}
sctp_chunk_output(inp, stcb, SCTP_OUTPUT_FROM_SOCKOPT, SCTP_SO_LOCKED);
out_of_it:
SCTP_TCB_UNLOCK(stcb);
} else {