Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41838
b: refs/heads/master
c: 7dd8a58
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and David S. Miller committed Dec 3, 2006
1 parent 7ff7388 commit 1a9e7dc
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 8cec6b80664eb20b0c033fd20d2c7ed15621437f
refs/heads/master: 7dd8a5821dd4991916c4eedf84e10fc2d0b47555
2 changes: 1 addition & 1 deletion trunk/net/sctp/sm_statefuns.c
Original file line number Diff line number Diff line change
Expand Up @@ -1179,7 +1179,7 @@ static int sctp_sf_check_restart_addrs(const struct sctp_association *new_asoc,

/* If a new address was added, ABORT the sender. */
if (!found && new_addr) {
sctp_sf_send_restart_abort(&new_addr->ipaddr_h, init, commands);
sctp_sf_send_restart_abort(&new_addr->ipaddr, init, commands);
}

/* Return success if all addresses were found. */
Expand Down

0 comments on commit 1a9e7dc

Please sign in to comment.