diff --git a/iscsi-scst/kernel/nthread.c b/iscsi-scst/kernel/nthread.c index 5709a0e9c..5d4626d14 100644 --- a/iscsi-scst/kernel/nthread.c +++ b/iscsi-scst/kernel/nthread.c @@ -1511,9 +1511,6 @@ int iscsi_send(struct iscsi_conn *conn) sBUG(); } - if (res == 0) - goto out; - if (conn->write_state != TX_END) goto out;