mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +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