Skip to content

Commit 69fd6d7

Browse files
authored
Merge pull request #111 from sanfern/sanfern-upgrade-fix
Minor typo fix. Signed-off-by: Santhosh Fernandes <santhosh.fernandes@gmail.com>
2 parents 415035f + c8def03 commit 69fd6d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

traffic-mirroring/mirroring.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -844,6 +844,7 @@ int main(int argc, char **argv)
844844
case 'v':
845845
if(optarg)
846846
version = optarg;
847+
break;
847848
case 'h':
848849
default:
849850
usage(argv);

0 commit comments

Comments
 (0)