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
This commit is contained in:
Bart Van Assche
2015-06-17 00:32:27 +00:00
parent 476d0ba898
commit bb0a7c894a
+1
View File
@@ -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);