Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41834
b: refs/heads/master
c: 5ae955c
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and David S. Miller committed Dec 3, 2006
1 parent 45f954e commit c85c826
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 6244be4e063075f6077f05e70f8fa1bf7f4a968e
refs/heads/master: 5ae955cffdb96190c2bd4f57313f5f147f87854b
2 changes: 1 addition & 1 deletion trunk/net/sctp/bind_addr.c
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ union sctp_addr *sctp_find_unmatch_addr(struct sctp_bind_addr *bp,
addr_buf += af->sockaddr_len;
}
if (i == addrcnt)
return &laddr->a_h;
return &laddr->a;
}

return NULL;
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/sctp/socket.c
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ static int sctp_send_asconf_add_ip(struct sock *sk,
laddr = list_entry(p, struct sctp_sockaddr_entry, list);
sctp_read_unlock(&asoc->base.addr_lock);

chunk = sctp_make_asconf_update_ip(asoc, &laddr->a_h, addrs,
chunk = sctp_make_asconf_update_ip(asoc, &laddr->a, addrs,
addrcnt, SCTP_PARAM_ADD_IP);
if (!chunk) {
retval = -ENOMEM;
Expand Down

0 comments on commit c85c826

Please sign in to comment.