mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make sure we propagate rxid && iid in isp_target_put_atio
This commit is contained in:
parent
7369ae168f
commit
03cf2fba38
1 changed files with 2 additions and 0 deletions
|
|
@ -386,6 +386,8 @@ isp_target_put_atio(struct ispsoftc *isp, void *arg)
|
|||
} else {
|
||||
atun._atio2.at_lun = (u_int8_t) aep->at_lun;
|
||||
}
|
||||
atun._atio2.at_iid = aep->at_iid;
|
||||
atun._atoi2.at_rxid = aep->at_rxid;
|
||||
atun._atio2.at_status = CT_OK;
|
||||
} else {
|
||||
at_entry_t *aep = arg;
|
||||
|
|
|
|||
Loading…
Reference in a new issue