mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Initialization of a variable got lost in the last commit when I moved
a piece of code into a subroutine.
This commit is contained in:
parent
c646d245b2
commit
a42f819712
1 changed files with 1 additions and 0 deletions
|
|
@ -2946,6 +2946,7 @@ ahc_search_qinfo(ahc, target, channel, tag, flags, xs_error, requeue)
|
|||
struct scb *scbp;
|
||||
STAILQ_HEAD(, scb) removed_scbs;
|
||||
|
||||
found = 0;
|
||||
for (i = 0; i < (queued - found); i++) {
|
||||
saved_queue[i] = ahc_inb(ahc, QINFIFO);
|
||||
scbp = ahc->scb_data->scbarray[saved_queue[i]];
|
||||
|
|
|
|||
Loading…
Reference in a new issue