diff --git a/[refs] b/[refs] index a01dd123a8e5..5b9186908eb4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8a4794914f9cf2681235ec2311e189fe307c28c7 +refs/heads/master: 06ad391919b2078ec2e012f0593014b88e7a6c4e diff --git a/trunk/net/sctp/transport.c b/trunk/net/sctp/transport.c index e14c271cf28b..5f467c914f80 100644 --- a/trunk/net/sctp/transport.c +++ b/trunk/net/sctp/transport.c @@ -271,8 +271,6 @@ void sctp_transport_update_pmtu(struct sctp_transport *t, u32 pmtu) * pmtu discovery on this transport. */ t->pathmtu = SCTP_DEFAULT_MINSEGMENT; - t->param_flags = (t->param_flags & ~SPP_PMTUD) | - SPP_PMTUD_DISABLE; } else { t->pathmtu = pmtu; }