mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-22 05:01:27 +00:00
Remove accidental double cmnd_exec_logout() call noticed by Alexey Obitotskiy <alexeyo1@open-e.com>
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1537 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -977,7 +977,6 @@ int cmnd_execute(struct connection *conn)
|
||||
cmnd_reject(conn, ISCSI_REASON_PROTOCOL_ERROR);
|
||||
else
|
||||
cmnd_exec_logout(conn);
|
||||
cmnd_exec_logout(conn);
|
||||
break;
|
||||
default:
|
||||
cmnd_reject(conn, ISCSI_REASON_UNSUPPORTED_COMMAND);
|
||||
|
||||
Reference in New Issue
Block a user