mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
fcst: Change exch_done() into frame_send() to minimize diffs with upstream
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4859 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -464,11 +464,13 @@ out:
|
||||
lport->tt.exch_done(sp);
|
||||
#else
|
||||
fc_fill_reply_hdr(fp, rx_fp, FC_RCTL_DD_CMD_STATUS, 0);
|
||||
sp = fr_seq(rx_fp);
|
||||
if (sp)
|
||||
sp = fr_seq(fp);
|
||||
if (sp) {
|
||||
lport->tt.seq_send(lport, sp, fp);
|
||||
else
|
||||
lport->tt.exch_done(sp);
|
||||
} else {
|
||||
lport->tt.frame_send(lport, fp);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user