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:
Vladislav Bolkhovitin
2010-03-09 11:21:27 +00:00
parent b9d4a45cca
commit 157a65737c

View File

@@ -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);