1
0
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:
konstantin@mysql.com
2003-12-10 22:26:31 +03:00
parent ea81fd27bb
commit 124c4ca346
11 changed files with 36 additions and 56 deletions

View File

@ -1043,7 +1043,7 @@ static void set_user(const char *user)
}
return;
}
else if (!user)
if (!user)
{
if (!opt_bootstrap)
{