Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135163
b: refs/heads/master
c: 5ffad5a
h: refs/heads/master
i:
  135161: 6f57210
  135159: f74aae6
v: v3
  • Loading branch information
Wei Yongjun authored and David S. Miller committed Mar 13, 2009
1 parent 15cdc4f commit 57dedc9
Show file tree
Hide file tree
Showing 2 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: 5e8f3f703ae4e4af65e2695e486b3cd198328863
refs/heads/master: 5ffad5acebec735b7a368851bf22394b734cae8a
4 changes: 2 additions & 2 deletions trunk/net/sctp/sm_make_chunk.c
Original file line number Diff line number Diff line change
Expand Up @@ -372,10 +372,10 @@ struct sctp_chunk *sctp_make_init_ack(const struct sctp_association *asoc,
if (asoc->peer.ecn_capable)
chunksize += sizeof(ecap_param);

if (sctp_prsctp_enable)
if (asoc->peer.prsctp_capable)
chunksize += sizeof(prsctp_param);

if (sctp_addip_enable) {
if (asoc->peer.asconf_capable) {
extensions[num_ext] = SCTP_CID_ASCONF;
extensions[num_ext+1] = SCTP_CID_ASCONF_ACK;
num_ext += 2;
Expand Down

0 comments on commit 57dedc9

Please sign in to comment.