mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
remove a variable definition which shadows the correct one.
Submitted by: Eitan Adler
This commit is contained in:
parent
d9171fdcc9
commit
6f3bc95594
1 changed files with 0 additions and 1 deletions
|
|
@ -168,7 +168,6 @@ igb_netmap_txsync(void *a, u_int ring_nr, int do_lock)
|
|||
j = kring->nr_hwcur; /* netmap ring index */
|
||||
if (j != k) { /* we have new packets to send */
|
||||
u32 olinfo_status = 0;
|
||||
int n = 0;
|
||||
|
||||
l = j - kring->nkr_hwofs; /* NIC ring index */
|
||||
if (l < 0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue