aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/transport.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sctp/transport.c')
-rw-r--r--net/sctp/transport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/transport.c b/net/sctp/transport.c
index d1c652ed2f3d..c97472b248a2 100644
--- a/net/sctp/transport.c
+++ b/net/sctp/transport.c
@@ -217,7 +217,7 @@ void sctp_transport_set_owner(struct sctp_transport *transport,
217void sctp_transport_pmtu(struct sctp_transport *transport, struct sock *sk) 217void sctp_transport_pmtu(struct sctp_transport *transport, struct sock *sk)
218{ 218{
219 /* If we don't have a fresh route, look one up */ 219 /* If we don't have a fresh route, look one up */
220 if (!transport->dst || transport->dst->obsolete > 1) { 220 if (!transport->dst || transport->dst->obsolete) {
221 dst_release(transport->dst); 221 dst_release(transport->dst);
222 transport->af_specific->get_dst(transport, &transport->saddr, 222 transport->af_specific->get_dst(transport, &transport->saddr,
223 &transport->fl, sk); 223 &transport->fl, sk);