summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-04-05 12:39:23 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-04-06 12:58:33 +0200
commit47564feb73a694fe912e1b54d3a6b68aa4568f63 (patch)
treed233558fe33bfabce42eeff8d9f059568a2a574f
parent7970d3601540ed98ac282dd96deb2350f9221f62 (diff)
downloadgnutls-47564feb73a694fe912e1b54d3a6b68aa4568f63.tar.gz
doc: document intended fallthrough
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--lib/ext/heartbeat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ext/heartbeat.c b/lib/ext/heartbeat.c
index c459bfa779..6029a98907 100644
--- a/lib/ext/heartbeat.c
+++ b/lib/ext/heartbeat.c
@@ -228,6 +228,7 @@ gnutls_heartbeat_ping(gnutls_session_t session, size_t data_size,
}
session->internals.hb_state = SHB_RECV;
+ /* fallthrough */
case SHB_RECV:
ret =