mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
pfctl: Remove unused variable
MFC after: 2 weeks Sponsored by: Rubicon Communications, LLC ("Netgate")
This commit is contained in:
parent
824bbb9a40
commit
90dedf0fef
@ -858,7 +858,6 @@ pfa_anchor : '{'
|
||||
/* steping into a brace anchor */
|
||||
pf->asd++;
|
||||
pf->bn++;
|
||||
pf->brace = 1;
|
||||
|
||||
/* create a holding ruleset in the root */
|
||||
snprintf(ta, PF_ANCHOR_NAME_SIZE, "_%d", pf->bn);
|
||||
|
@ -82,7 +82,6 @@ struct pfctl {
|
||||
int loadopt;
|
||||
int asd; /* anchor stack depth */
|
||||
int bn; /* brace number */
|
||||
int brace;
|
||||
int tdirty; /* kernel dirty */
|
||||
#define PFCTL_ANCHOR_STACK_DEPTH 64
|
||||
struct pfctl_anchor *astack[PFCTL_ANCHOR_STACK_DEPTH];
|
||||
|
Loading…
Reference in New Issue
Block a user