freebsd-skq/sbin/pfctl
kp 0696c87609 MFC r290236
pfctl: Fix uninitialised veriable

In pfctl_set_debug() we used 'level' without ever initialising it.
We correctly parsed the option, but them failed to actually assign the parsed
value to 'level' before performing to ioctl() to configure the debug level.

PR:		202996
Submitted by:	Andrej Kolontai
2015-12-15 21:02:53 +00:00
..
Makefile MFC r259916: 2014-08-16 13:20:44 +00:00
parse.y
pf_print_state.c - Get rid of #ifdef __FreeBSD__. 2012-09-29 16:42:01 +00:00
pfctl_altq.c MFC r259916: 2014-08-16 13:20:44 +00:00
pfctl_optimize.c
pfctl_osfp.c
pfctl_parser.c MFC r259916: 2014-08-16 13:20:44 +00:00
pfctl_parser.h MFC r259916: 2014-08-16 13:20:44 +00:00
pfctl_qstats.c
pfctl_radix.c
pfctl_table.c
pfctl.8
pfctl.c MFC r290236 2015-12-15 21:02:53 +00:00
pfctl.h