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:
Bart Van Assche
2020-05-21 16:46:13 +00:00
parent 474af4d174
commit c484c03a85

View File

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