mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 20:30:57 -05:00
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
|
||
|---|---|---|
| .. | ||
| BEGEMOT-PF-MIB.txt | ||
| Makefile | ||
| Makefile.depend | ||
| pf_snmp.c | ||
| pf_tree.def | ||