mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 15:22:34 -04:00
bin/setfacl: remove unreachable break after usage()
Signed-off-by: rilysh <nightquick@proton.me> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/872
This commit is contained in:
parent
e9910377a7
commit
8312a902f9
1 changed files with 0 additions and 1 deletions
|
|
@ -459,7 +459,6 @@ main(int argc, char *argv[])
|
|||
break;
|
||||
default:
|
||||
usage();
|
||||
break;
|
||||
}
|
||||
argc -= optind;
|
||||
argv += optind;
|
||||
|
|
|
|||
Loading…
Reference in a new issue