Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132541
b: refs/heads/master
c: cb0dc77
h: refs/heads/master
i:
  132539: 0dc94fa
v: v3
  • Loading branch information
Al Viro authored and David S. Miller committed Mar 19, 2009
1 parent 9324dc0 commit ce3d09a
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: 1b1d8f73a44fe1796a73a97ebcb08cad18b97f07
refs/heads/master: cb0dc77de0d23615a845e45844a2e22fc224d7fe
3 changes: 2 additions & 1 deletion trunk/net/sctp/endpointola.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ static struct sctp_endpoint *sctp_endpoint_init(struct sctp_endpoint *ep,
if (sctp_addip_enable) {
auth_chunks->chunks[0] = SCTP_CID_ASCONF;
auth_chunks->chunks[1] = SCTP_CID_ASCONF_ACK;
auth_chunks->param_hdr.length += htons(2);
auth_chunks->param_hdr.length =
htons(sizeof(sctp_paramhdr_t) + 2);
}
}

Expand Down

0 comments on commit ce3d09a

Please sign in to comment.