diff --git a/iscsi-scst/kernel/nthread.c b/iscsi-scst/kernel/nthread.c index 72485851f..ee86798bd 100644 --- a/iscsi-scst/kernel/nthread.c +++ b/iscsi-scst/kernel/nthread.c @@ -1734,7 +1734,7 @@ int iscsi_send(struct iscsi_conn *conn) conn->write_state = TX_PADDING; else if (ddigest) conn->write_state = TX_INIT_DDIGEST; - else + else conn->write_state = TX_END; break; case TX_PADDING: