mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
fix typo in conditional
This commit is contained in:
parent
75417d6de3
commit
8b6dccee61
1 changed files with 1 additions and 1 deletions
|
|
@ -711,7 +711,7 @@ refill_fl(adapter_t *sc, struct sge_fl *q, int n)
|
|||
cl, q->buf_size, refill_fl_cb, &cb_arg, 0);
|
||||
|
||||
if (err != 0 || cb_arg.error) {
|
||||
if (q->zone = zone_pack)
|
||||
if (q->zone == zone_pack)
|
||||
uma_zfree(q->zone, cl);
|
||||
m_free(m);
|
||||
goto done;
|
||||
|
|
|
|||
Loading…
Reference in a new issue