From 04b1a0245dfaad48e7f8fc13ccf4e625bfbf3f48 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 24 Jun 2021 03:51:46 +0000 Subject: [PATCH] scst: Fix an infinite loop in scst_process_check_condition() (trunk r9346) git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.5.x@9458 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_lib.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/scst/src/scst_lib.c b/scst/src/scst_lib.c index 8df3d0b98..1e0b603f3 100644 --- a/scst/src/scst_lib.c +++ b/scst/src/scst_lib.c @@ -14037,8 +14037,6 @@ int scst_process_check_condition(struct scst_cmd *cmd) process_qerr: scst_process_qerr(cmd); - scst_store_sense(cmd); - res = 0; out: