mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 02:31:27 +00:00
scst_lib: Remove the scst_store_sense() call from scst_process_check_condition()
This patch fixes an inifinite loop. See also https://sourceforge.net/p/scst/tickets/49/. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9346 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -14131,8 +14131,6 @@ int scst_process_check_condition(struct scst_cmd *cmd)
|
||||
process_qerr:
|
||||
scst_process_qerr(cmd);
|
||||
|
||||
scst_store_sense(cmd);
|
||||
|
||||
res = 0;
|
||||
|
||||
out:
|
||||
|
||||
Reference in New Issue
Block a user