Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112235
b: refs/heads/master
c: a1080a8
h: refs/heads/master
i:
  112233: 5ff73ff
  112231: 39da28e
v: v3
  • Loading branch information
Vlad Yasevich authored and David S. Miller committed Oct 9, 2008
1 parent b483661 commit 4cef665
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 56eb82bb8d2cdd8d9f4838eaa109df41d7164ca5
refs/heads/master: a1080a8b0bc301c223c4bf0cea4c5e42f43dcf58
3 changes: 3 additions & 0 deletions trunk/net/sctp/sm_statefuns.c
Original file line number Diff line number Diff line change
Expand Up @@ -5489,6 +5489,9 @@ sctp_disposition_t sctp_sf_t5_timer_expire(const struct sctp_endpoint *ep,
sctp_add_cmd_sf(commands, SCTP_CMD_ASSOC_FAILED,
SCTP_PERR(SCTP_ERROR_NO_ERROR));

SCTP_INC_STATS(SCTP_MIB_ABORTEDS);
SCTP_DEC_STATS(SCTP_MIB_CURRESTAB);

return SCTP_DISPOSITION_DELETE_TCB;
nomem:
return SCTP_DISPOSITION_NOMEM;
Expand Down

0 comments on commit 4cef665

Please sign in to comment.