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