aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_timer.c
diff options
context:
space:
mode:
authorRandall Stewart <rrs@FreeBSD.org>2008-08-28 20:14:07 +0000
committerRandall Stewart <rrs@FreeBSD.org>2008-08-28 20:14:07 +0000
commite1bfc4d739b70b88d6607c7e57f431ed09b1e83e (patch)
tree6cad3a4dd8fc2b03e2d4f0a821642e5e62b7f6a7 /sys/netinet/sctp_timer.c
parent3b85b738027485ab55b5cdf2104a0f0e5687506f (diff)
Notes
Diffstat (limited to 'sys/netinet/sctp_timer.c')
-rw-r--r--sys/netinet/sctp_timer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netinet/sctp_timer.c b/sys/netinet/sctp_timer.c
index 73a1877b7c15..dcdc51729a62 100644
--- a/sys/netinet/sctp_timer.c
+++ b/sys/netinet/sctp_timer.c
@@ -693,6 +693,8 @@ start_again:
recovery_cnt++;
#ifdef INVARIANTS
panic("last acked >= chk on sent-Q");
+ /* to keep compiler happy */
+ goto start_again;
#else
SCTP_PRINTF("Recover attempts a restart cnt:%d\n", recovery_cnt);
sctp_recover_sent_list(stcb);