diff options
Diffstat (limited to 'net/sctp/transport.c')
-rw-r--r-- | net/sctp/transport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/transport.c b/net/sctp/transport.c index 2544b9b21f86..1fbb920f8dfb 100644 --- a/net/sctp/transport.c +++ b/net/sctp/transport.c | |||
@@ -284,7 +284,7 @@ void sctp_transport_route(struct sctp_transport *transport, | |||
284 | if (saddr) | 284 | if (saddr) |
285 | memcpy(&transport->saddr, saddr, sizeof(union sctp_addr)); | 285 | memcpy(&transport->saddr, saddr, sizeof(union sctp_addr)); |
286 | else | 286 | else |
287 | af->get_saddr(opt, transport, daddr, &fl); | 287 | af->get_saddr(opt, transport, &fl); |
288 | 288 | ||
289 | if ((transport->param_flags & SPP_PMTUD_DISABLE) && transport->pathmtu) { | 289 | if ((transport->param_flags & SPP_PMTUD_DISABLE) && transport->pathmtu) { |
290 | return; | 290 | return; |