1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-18 02:19:39 +00:00

pflowctl: add missing break to case 's'

CID:		1534009
Reported by:	Coverity Scan
Reviewed by:	kp
Differential Revision: https://reviews.freebsd.org/D43704
This commit is contained in:
Ed Maste 2024-02-01 16:22:11 -05:00
parent 861274c9f8
commit 5f047ae0c7

View File

@ -577,6 +577,7 @@ main(int argc, char *argv[])
op = OP_SET;
set_arg_count = argc - optind;
set_args = argv + optind;
break;
case 'v':
verbose = true;
break;