mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
makefs: add missing break for 'g' case in tarfs test
Reported by: Coverity Scan
CID: 1506954
Fixes: 6cb78fa479 ("tarfs: Repeat tests using GNU tar if available.")
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
c3ec19359e
commit
2af158ae83
1 changed files with 1 additions and 0 deletions
|
|
@ -174,6 +174,7 @@ main(int argc, char *argv[])
|
|||
switch (opt) {
|
||||
case 'g':
|
||||
opt_g = true;
|
||||
break;
|
||||
case 'v':
|
||||
opt_v = true;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue