Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 334430
b: refs/heads/master
c: f6e80ab
h: refs/heads/master
v: v3
  • Loading branch information
Zijie Pan authored and David S. Miller committed Oct 16, 2012
1 parent 0b55f2a commit cea3bcf
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: 55462cf30ad9768fff6a6d36db21879146a39bdf
refs/heads/master: f6e80abeab928b7c47cc1fbf53df13b4398a2bec
3 changes: 2 additions & 1 deletion trunk/net/sctp/sm_sideeffect.c
Original file line number Diff line number Diff line change
Expand Up @@ -1642,8 +1642,9 @@ static int sctp_cmd_interpreter(sctp_event_t event_type,
asoc->outqueue.outstanding_bytes;
sackh.num_gap_ack_blocks = 0;
sackh.num_dup_tsns = 0;
chunk->subh.sack_hdr = &sackh;
sctp_add_cmd_sf(commands, SCTP_CMD_PROCESS_SACK,
SCTP_SACKH(&sackh));
SCTP_CHUNK(chunk));
break;

case SCTP_CMD_DISCARD_PACKET:
Expand Down

0 comments on commit cea3bcf

Please sign in to comment.