diff options
author | Franco Fichtner <franco@opnsense.org> | 2022-08-06 08:59:56 +0000 |
---|---|---|
committer | Kristof Provost <kp@FreeBSD.org> | 2022-08-06 12:22:42 +0000 |
commit | 1e73fbd8b28946cb1341b51292082864943f0a89 (patch) | |
tree | ecbb78acb775d83da377e9b1ae14af2db9531d34 /sbin | |
parent | 93dd3adac7d84528c4ba4b0c3992931a38dbbc24 (diff) | |
download | src-1e73fbd8b28946cb1341b51292082864943f0a89.tar.gz src-1e73fbd8b28946cb1341b51292082864943f0a89.zip |
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/pfctl/parse.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/pfctl/parse.y b/sbin/pfctl/parse.y index 506716bca689..7bb6223319c4 100644 --- a/sbin/pfctl/parse.y +++ b/sbin/pfctl/parse.y @@ -4466,7 +4466,7 @@ pool_opt : BITMASK { pool_opts.staticport = 1; } | STICKYADDRESS { - if (filter_opts.marker & POM_STICKYADDRESS) { + if (pool_opts.marker & POM_STICKYADDRESS) { yyerror("sticky-address cannot be redefined"); YYERROR; } |