diff --git a/fcst/ft_cmd.c b/fcst/ft_cmd.c index 8c3509a78..3ca70191b 100644 --- a/fcst/ft_cmd.c +++ b/fcst/ft_cmd.c @@ -771,6 +771,7 @@ static void ft_recv_cmd(struct ft_sess *sess, struct fc_frame *fp) break; } + scst_cmd_set_tag(cmd, fc_seq_exch(sp)->rxid); scst_cmd_init_done(cmd, SCST_CONTEXT_THREAD); return;