From 47564feb73a694fe912e1b54d3a6b68aa4568f63 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 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 = -- cgit v1.2.1