mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Yet another target mode compilation error.
This commit is contained in:
parent
93db1e020b
commit
54e81dece7
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue