mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Oops - use the wrong array offset.
This commit is contained in:
parent
12eeb81fc1
commit
948457f1be
1 changed files with 1 additions and 1 deletions
|
|
@ -2485,7 +2485,7 @@ arge_intr(void *arg)
|
|||
#ifdef ARGE_DEBUG
|
||||
for (i = 0; i < 32; i++) {
|
||||
if (status & (1 << i)) {
|
||||
sc->intr_stats.count[1 << i]++;
|
||||
sc->intr_stats.count[i]++;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue