mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
fcst: Fix an assignment in ft_recv_cmd(). This was detected by gcc 10
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8947 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -617,7 +617,7 @@ static void ft_recv_cmd(struct ft_sess *sess, struct fc_frame *fp)
|
||||
goto busy;
|
||||
fcmd->scst_cmd = cmd;
|
||||
scst_cmd_set_tgt_priv(cmd, fcmd);
|
||||
cmd->state = FT_STATE_NEW;
|
||||
fcmd->state = FT_STATE_NEW;
|
||||
|
||||
fcmd->seq = sp;
|
||||
#ifdef NEW_LIBFC_API
|
||||
|
||||
Reference in New Issue
Block a user