mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Remove a tautological test for adding a rule in the block that
adds rules. MFC after: 1 week
This commit is contained in:
parent
3133f9c2a3
commit
c5dddb272d
1 changed files with 1 additions and 2 deletions
|
|
@ -5110,8 +5110,7 @@ frrequest(softc, unit, req, data, set, makecopy)
|
|||
if (fp->fr_next != NULL)
|
||||
fp->fr_next->fr_pnext = &fp->fr_next;
|
||||
*ftail = fp;
|
||||
if (addrem == OP_ADD)
|
||||
ipf_fixskip(ftail, fp, 1);
|
||||
ipf_fixskip(ftail, fp, 1);
|
||||
|
||||
fp->fr_icmpgrp = NULL;
|
||||
if (fp->fr_icmphead != -1) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue