diff options
Diffstat (limited to 'net/sctp')
-rw-r--r-- | net/sctp/input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/input.c b/net/sctp/input.c index 03f65de75d88..4714882ada96 100644 --- a/net/sctp/input.c +++ b/net/sctp/input.c | |||
@@ -388,7 +388,7 @@ void sctp_icmp_frag_needed(struct sock *sk, struct sctp_association *asoc, | |||
388 | * pmtu discovery on this transport. | 388 | * pmtu discovery on this transport. |
389 | */ | 389 | */ |
390 | t->pathmtu = SCTP_DEFAULT_MINSEGMENT; | 390 | t->pathmtu = SCTP_DEFAULT_MINSEGMENT; |
391 | t->param_flags = (t->param_flags & ~SPP_HB) | | 391 | t->param_flags = (t->param_flags & ~SPP_PMTUD) | |
392 | SPP_PMTUD_DISABLE; | 392 | SPP_PMTUD_DISABLE; |
393 | } else { | 393 | } else { |
394 | t->pathmtu = pmtu; | 394 | t->pathmtu = pmtu; |