mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-17 20:56:24 +00:00
ISID 0 is perfectly valid.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1248 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -453,12 +453,6 @@ static void login_start(struct connection *conn)
|
||||
|
||||
conn->cid = be16_to_cpu(req->cid);
|
||||
conn->sid.id64 = req->sid.id64;
|
||||
if (!conn->sid.id64) {
|
||||
rsp->status_class = ISCSI_STATUS_INITIATOR_ERR;
|
||||
rsp->status_detail = ISCSI_STATUS_MISSING_FIELDS;
|
||||
conn->state = STATE_EXIT;
|
||||
return;
|
||||
}
|
||||
|
||||
name = text_key_find(conn, "InitiatorName");
|
||||
if (!name) {
|
||||
|
||||
Reference in New Issue
Block a user