diff options
Diffstat (limited to 'net/sctp/transport.c')
-rw-r--r-- | net/sctp/transport.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sctp/transport.c b/net/sctp/transport.c index b10e047bbd15..a0a431824f63 100644 --- a/net/sctp/transport.c +++ b/net/sctp/transport.c | |||
@@ -289,8 +289,8 @@ void sctp_transport_route(struct sctp_transport *transport, | |||
289 | */ | 289 | */ |
290 | if (asoc && (!asoc->peer.primary_path || | 290 | if (asoc && (!asoc->peer.primary_path || |
291 | (transport == asoc->peer.active_path))) | 291 | (transport == asoc->peer.active_path))) |
292 | opt->pf->af->to_sk_saddr(&transport->saddr, | 292 | opt->pf->to_sk_saddr(&transport->saddr, |
293 | asoc->base.sk); | 293 | asoc->base.sk); |
294 | } else | 294 | } else |
295 | transport->pathmtu = SCTP_DEFAULT_MAXSEGMENT; | 295 | transport->pathmtu = SCTP_DEFAULT_MAXSEGMENT; |
296 | } | 296 | } |