freebsd-dev/usr.sbin/bsnmpd/modules/snmp_pf
Dimitry Andric 303c0aad7d Fix the following -Werror warning from clang 10.0.0 in bsnmpd:
usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c:1661:4: error: misleading indentation; statement is not part of the previous 'else' [-Werror,-Wmisleading-indentation]
                        return (-1);
                        ^
usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c:1658:5: note: previous statement is here
                } else
                  ^

The intent was to group the return statement with the previous syslog()
call.

MFC after:	3 days
2020-01-31 18:09:27 +00:00
..
BEGEMOT-PF-MIB.txt
Makefile Update bsnmp to version 1.13. This does not bring user-visible changes. 2018-07-03 08:44:40 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
pf_snmp.c Fix the following -Werror warning from clang 10.0.0 in bsnmpd: 2020-01-31 18:09:27 +00:00
pf_tree.def Unbreak snmp_pf(3) after the changes introduced in r338209 2019-06-21 07:29:02 +00:00