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 a6b7ee9ce28a..ec3a12b9b802 100644
--- a/net/sctp/transport.c
+++ b/net/sctp/transport.c
@@ -216,7 +216,7 @@ void sctp_transport_set_owner(struct sctp_transport *transport,
216void sctp_transport_pmtu(struct sctp_transport *transport, struct sock *sk) 216void sctp_transport_pmtu(struct sctp_transport *transport, struct sock *sk)
217{ 217{
218 /* If we don't have a fresh route, look one up */ 218 /* If we don't have a fresh route, look one up */
219 if (!transport->dst || transport->dst->obsolete > 1) { 219 if (!transport->dst || transport->dst->obsolete) {
220 dst_release(transport->dst); 220 dst_release(transport->dst);
221 transport->af_specific->get_dst(transport, &transport->saddr, 221 transport->af_specific->get_dst(transport, &transport->saddr,
222 &transport->fl, sk); 222 &transport->fl, sk);