setval(): Do not fall through from GET_FLAGSET to GET_BIT

This commit is contained in:
Marko Mäkelä 2017-11-10 09:18:53 +02:00
parent 623ed1c204
commit 8409f721ff

View File

@ -834,6 +834,7 @@ static int setval(const struct my_option *opts, void *value, char *argument,
goto ret;
};
}
break;
case GET_BIT:
{
uint tmp;