iscsi-scstd: Annotate a fall-through for Coverity

Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
This commit is contained in:
Bart Van Assche
2015-05-07 15:10:08 +02:00
parent 035b12c8a7
commit fbbea79704

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);