Skip to content

Commit

Permalink
setval(): Do not fall through from GET_FLAGSET to GET_BIT
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-m committed Nov 10, 2017
1 parent 623ed1c commit 8409f72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mysys/my_getopt.c
Original file line number Diff line number Diff line change
Expand Up @@ -834,6 +834,7 @@ static int setval(const struct my_option *opts, void *value, char *argument,
goto ret;
};
}
break;
case GET_BIT:
{
uint tmp;
Expand Down

0 comments on commit 8409f72

Please sign in to comment.