aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/sctp/sm_statefuns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/sm_statefuns.c b/net/sctp/sm_statefuns.c
index ea3a34cbe470..1588d063c68c 100644
--- a/net/sctp/sm_statefuns.c
+++ b/net/sctp/sm_statefuns.c
@@ -5436,7 +5436,7 @@ sctp_disposition_t sctp_sf_t4_timer_expire(
5436 sctp_add_cmd_sf(commands, SCTP_CMD_ASSOC_FAILED, 5436 sctp_add_cmd_sf(commands, SCTP_CMD_ASSOC_FAILED,
5437 SCTP_PERR(SCTP_ERROR_NO_ERROR)); 5437 SCTP_PERR(SCTP_ERROR_NO_ERROR));
5438 SCTP_INC_STATS(SCTP_MIB_ABORTEDS); 5438 SCTP_INC_STATS(SCTP_MIB_ABORTEDS);
5439 SCTP_INC_STATS(SCTP_MIB_CURRESTAB); 5439 SCTP_DEC_STATS(SCTP_MIB_CURRESTAB);
5440 return SCTP_DISPOSITION_ABORT; 5440 return SCTP_DISPOSITION_ABORT;
5441 } 5441 }
5442 5442