Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19051
b: refs/heads/master
c: e2c2fc2
h: refs/heads/master
i:
  19049: 72e6e68
  19047: 640331f
v: v3
  • Loading branch information
Vlad Yasevich authored and David S. Miller committed Jan 31, 2006
1 parent 9ca6a63 commit a3ed959
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 81845c21dc1ec7ce2bf12845dbc01e4880f9ea9a
refs/heads/master: e2c2fc2c8f3750e1f7ffbb3ac2b885a49416110c
2 changes: 1 addition & 1 deletion trunk/net/sctp/sm_statefuns.c
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ sctp_disposition_t sctp_sf_sendbeat_8_3(const struct sctp_endpoint *ep,
{
struct sctp_transport *transport = (struct sctp_transport *) arg;

if (asoc->overall_error_count > asoc->max_retrans) {
if (asoc->overall_error_count >= asoc->max_retrans) {
/* CMD_ASSOC_FAILED calls CMD_DELETE_TCB. */
sctp_add_cmd_sf(commands, SCTP_CMD_ASSOC_FAILED,
SCTP_U32(SCTP_ERROR_NO_ERROR));
Expand Down

0 comments on commit a3ed959

Please sign in to comment.