mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
cleanup: if there is return from if-part, we don't need else statement
This commit is contained in:
@ -1043,7 +1043,7 @@ static void set_user(const char *user)
|
||||
}
|
||||
return;
|
||||
}
|
||||
else if (!user)
|
||||
if (!user)
|
||||
{
|
||||
if (!opt_bootstrap)
|
||||
{
|
||||
|
Reference in New Issue
Block a user