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:
Justin T. Gibbs 1997-02-03 17:24:25 +00:00
parent c646d245b2
commit a42f819712

View file

@ -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]];