Pointy hat- bad commit.

This commit is contained in:
Matt Jacob 2003-02-16 14:26:23 +00:00
parent d0b4513884
commit e5824c5d33
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=111004

View File

@ -387,7 +387,7 @@ isp_target_put_atio(struct ispsoftc *isp, void *arg)
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_rxid = aep->at_rxid;
atun._atio2.at_status = CT_OK;
} else {
at_entry_t *aep = arg;