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-05 14:53:39 +0200
commit1e809ff296e7e5cbe7711649593d66ddaf3cb9fc (patch)
tree3b54415429ebab53bb863b1ea73ae199dc6f25b5
parentd61d2360c86d2aa0c2baac867bdf18d7f99811ae (diff)
downloadgnutls-1e809ff296e7e5cbe7711649593d66ddaf3cb9fc.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 a1b6893fae..9bfe429511 100644
--- a/lib/ext/heartbeat.c
+++ b/lib/ext/heartbeat.c
@@ -227,6 +227,7 @@ gnutls_heartbeat_ping(gnutls_session_t session, size_t data_size,
}
session->internals.hb_state = SHB_RECV;
+ /* fallthrough */
case SHB_RECV:
ret =