aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/sctp/transport.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/sctp/transport.c b/net/sctp/transport.c
index e14c271cf28b..5f467c914f80 100644
--- a/net/sctp/transport.c
+++ b/net/sctp/transport.c
@@ -271,8 +271,6 @@ void sctp_transport_update_pmtu(struct sctp_transport *t, u32 pmtu)
271 * pmtu discovery on this transport. 271 * pmtu discovery on this transport.
272 */ 272 */
273 t->pathmtu = SCTP_DEFAULT_MINSEGMENT; 273 t->pathmtu = SCTP_DEFAULT_MINSEGMENT;
274 t->param_flags = (t->param_flags & ~SPP_PMTUD) |
275 SPP_PMTUD_DISABLE;
276 } else { 274 } else {
277 t->pathmtu = pmtu; 275 t->pathmtu = pmtu;
278 } 276 }