Fix a copy and paste error.

X-MFC with: 269436
This commit is contained in:
Michael Tuexen 2014-08-02 20:37:02 +00:00
parent 475267eff1
commit 59a86c85bb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=269445

View File

@ -5903,7 +5903,7 @@ sctp_setopt(struct socket *so, int optname, void *optval, size_t optsize,
if (av->assoc_value == 0) {
inp->ecn_supported = 0;
} else {
inp->ecn_supported = 0;
inp->ecn_supported = 1;
}
SCTP_INP_WUNLOCK(inp);
} else {