From bb0a7c894a2cacc0892aade11000d05abbe64b4c Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Wed, 17 Jun 2015 00:32:27 +0000 Subject: [PATCH] iscsi-scstd: Annotate a fall-through for Coverity git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6388 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- iscsi-scst/usr/iscsi_scstd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/iscsi-scst/usr/iscsi_scstd.c b/iscsi-scst/usr/iscsi_scstd.c index 777744e1a..c2d35d2a8 100644 --- a/iscsi-scst/usr/iscsi_scstd.c +++ b/iscsi-scst/usr/iscsi_scstd.c @@ -550,6 +550,7 @@ again: conn->req.data = conn->buffer + conn->req.ahssize; goto read_again; } + /* fall-through */ case IOSTATE_READ_AHS_DATA: conn_write_pdu(conn);