summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-03-04 09:40:29 -0300
committerRenato Botelho <renato@netgate.com>2016-03-04 09:40:29 -0300
commitac327b58ab68ee832ddcbbadfcbc6adc5d356cb8 (patch)
treee04090dcf9f53b3375b670d71a1b43e5902aee42 /sbin
parent1f35e43df1094ff19ecabbd0066238226407f832 (diff)
parentc7e729e17dd576bdb128a6846969f5d29e5de93e (diff)
downloadFreeBSD-src-ac327b58ab68ee832ddcbbadfcbc6adc5d356cb8.zip
FreeBSD-src-ac327b58ab68ee832ddcbbadfcbc6adc5d356cb8.tar.gz
Merge remote-tracking branch 'origin/releng/10.3' into RELENG_2_3
Diffstat (limited to 'sbin')
-rw-r--r--sbin/pfctl/pfctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/pfctl/pfctl.c b/sbin/pfctl/pfctl.c
index e770275..20669c1 100644
--- a/sbin/pfctl/pfctl.c
+++ b/sbin/pfctl/pfctl.c
@@ -1958,7 +1958,7 @@ pfctl_test_altqsupport(int dev, int opts)
if (ioctl(dev, DIOCGETALTQS, &pa)) {
if (errno == ENODEV) {
- if (!(opts & PF_OPT_QUIET))
+ if (opts & PF_OPT_VERBOSE)
fprintf(stderr, "No ALTQ support in kernel\n"
"ALTQ related functions disabled\n");
return (0);
OpenPOWER on IntegriCloud