Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14955
b: refs/heads/master
c: bf031ff
h: refs/heads/master
i:
  14953: 65a9f66
  14951: c7e389a
v: v3
  • Loading branch information
Neil Horman authored and David S. Miller committed Dec 3, 2005
1 parent 27ef7d2 commit 62b4082
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6736dc35e9e1b9c8084d5c362a429a3e8189af6b
refs/heads/master: bf031fff1fac77775b2cd2c72ad8b017f4c0af13
3 changes: 2 additions & 1 deletion trunk/net/sctp/transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,8 @@ void sctp_transport_route(struct sctp_transport *transport,
* association's active path for getsockname().
*/
if (asoc && (transport == asoc->peer.active_path))
af->to_sk_saddr(&transport->saddr, asoc->base.sk);
opt->pf->af->to_sk_saddr(&transport->saddr,
asoc->base.sk);
} else
transport->pmtu = SCTP_DEFAULT_MAXSEGMENT;
}
Expand Down

0 comments on commit 62b4082

Please sign in to comment.