Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45439
b: refs/heads/master
c: 4a1c010
h: refs/heads/master
i:
  45437: 0ffd173
  45435: d5bfd26
  45431: 9b2843a
  45423: e1e330f
  45407: 1d6a87b
  45375: 6edf834
  45311: 843a8d0
v: v3
  • Loading branch information
Vlad Yasevich authored and David S. Miller committed Jan 9, 2007
1 parent 0c28505 commit 3c68869
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: f79e7802153829e015dc2a60eb8b7444eb191b67
refs/heads/master: 4a1c0107bca2eccf4491b86fec41ce63268d803d
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 @@ -124,8 +124,8 @@ void sctp_init_cause(struct sctp_chunk *chunk, __be16 cause_code,
padlen = len % 4;
err.length = htons(len);
len += padlen;
sctp_addto_chunk(chunk, sizeof(sctp_errhdr_t), &err);
chunk->subh.err_hdr = sctp_addto_chunk(chunk, paylen, payload);
chunk->subh.err_hdr = sctp_addto_chunk(chunk, sizeof(sctp_errhdr_t), &err);
sctp_addto_chunk(chunk, paylen, payload);
}

/* 3.3.2 Initiation (INIT) (1)
Expand Down

0 comments on commit 3c68869

Please sign in to comment.