Fix a copy and paste error.
X-MFC with: 269436
This commit is contained in:
parent
0875444264
commit
6dd06cb981
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user