summaryrefslogtreecommitdiffstats
path: root/sbin/pfctl/pfctl_parser.c
diff options
context:
space:
mode:
authorLuiz Otavio O Souza <luiz@netgate.com>2016-01-28 05:56:09 -0600
committerLuiz Otavio O Souza <luiz@netgate.com>2016-01-28 05:56:09 -0600
commit5c82541da7e1c32c093de140d0c173418ee9c545 (patch)
tree62715df97fe66ca00111fcf838760d1326653264 /sbin/pfctl/pfctl_parser.c
parent6d77218901c68616c2f97486c813b9a78c48046a (diff)
downloadFreeBSD-src-5c82541da7e1c32c093de140d0c173418ee9c545.zip
FreeBSD-src-5c82541da7e1c32c093de140d0c173418ee9c545.tar.gz
Revert "Importing pfSense patch pf_static_tracker.diff"
This reverts commit 9068fb423dfecae0f8b611d4bc558dd6cb2e2bd7.
Diffstat (limited to 'sbin/pfctl/pfctl_parser.c')
-rw-r--r--sbin/pfctl/pfctl_parser.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sbin/pfctl/pfctl_parser.c b/sbin/pfctl/pfctl_parser.c
index 5b03a93..b4fe20a 100644
--- a/sbin/pfctl/pfctl_parser.c
+++ b/sbin/pfctl/pfctl_parser.c
@@ -736,11 +736,7 @@ print_rule(struct pf_rule *r, const char *anchor_call, int verbose, int numeric)
int i, opts;
if (verbose)
-#ifdef PF_USER_INFO
printf("@%d ", r->nr);
-#else
- printf("@%d(%u) ", r->nr, r->cuid);
-#endif
if (r->action == PF_MATCH)
printf("match");
else if (r->action > PF_NORDR)
OpenPOWER on IntegriCloud