Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13986
b: refs/heads/master
c: 23ec47a
h: refs/heads/master
v: v3
  • Loading branch information
Vladislav Yasevich authored and David S. Miller committed Nov 12, 2005
1 parent 2299a57 commit f07c54b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8eb55910521f3449a8125a38dd32fb676703395d
refs/heads/master: 23ec47a0889dabf4b9e7f8d52e848194734159ee
3 changes: 3 additions & 0 deletions trunk/net/sctp/protocol.c
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,9 @@ static void sctp_v4_get_saddr(struct sctp_association *asoc,
{
struct rtable *rt = (struct rtable *)dst;

if (!asoc)
return;

if (rt) {
saddr->v4.sin_family = AF_INET;
saddr->v4.sin_port = asoc->base.bind_addr.port;
Expand Down

0 comments on commit f07c54b

Please sign in to comment.