Yet another target mode compilation error.

This commit is contained in:
Matt Jacob 2010-02-04 06:45:14 +00:00
parent 93db1e020b
commit 54e81dece7

View File

@ -650,7 +650,7 @@ isp_clear_commands(ispsoftc_t *isp)
#ifdef ISP_TARGET_MODE
for (tmp = 0; isp->isp_tgtlist && tmp < isp->isp_maxcmds; tmp++) {
uint8_t local[QENTRY_LEN];
hdp = &isp->isp_tgt_xflist[tmp];
hdp = &isp->isp_tgtlist[tmp];
if (hdp->handle == ISP_HANDLE_FREE) {
continue;
}