mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-21 06:36:27 +00:00
iscsi-scst: Fix indentation
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6363 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -1743,7 +1743,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:
|
||||
|
||||
Reference in New Issue
Block a user