mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-29 18:00:18 +00:00
iscsi-scstd: Annotate a fall-through for Coverity
Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user