From 1e809ff296e7e5cbe7711649593d66ddaf3cb9fc Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 5 Apr 2017 12:39:23 +0200 Subject: doc: document intended fallthrough Signed-off-by: Nikos Mavrogiannopoulos --- lib/ext/heartbeat.c | 1 + 1 file changed, 1 insertion(+) 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 = -- cgit v1.2.1