Commit 8409f721 authored by Marko Mäkelä's avatar Marko Mäkelä

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

parent 623ed1c2
......@@ -834,6 +834,7 @@ static int setval(const struct my_option *opts, void *value, char *argument,
goto ret;
};
}
break;
case GET_BIT:
{
uint tmp;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment