setval(): Do not fall through from GET_FLAGSET to GET_BIT
This commit is contained in:
parent
623ed1c204
commit
8409f721ff
@ -834,6 +834,7 @@ static int setval(const struct my_option *opts, void *value, char *argument,
|
|||||||
goto ret;
|
goto ret;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
case GET_BIT:
|
case GET_BIT:
|
||||||
{
|
{
|
||||||
uint tmp;
|
uint tmp;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user