mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Cleanup the instance manager code.
This commit is contained in:
@ -128,7 +128,7 @@ int User_map::load(const char *password_file_name)
|
||||
char line[USERNAME_LENGTH + SCRAMBLED_PASSWORD_CHAR_LENGTH +
|
||||
2 + /* for possible quotes */
|
||||
1 + /* for ':' */
|
||||
1 + /* for newline */
|
||||
2 + /* for newline */
|
||||
1]; /* for trailing zero */
|
||||
User *user;
|
||||
int rc= 1;
|
||||
|
Reference in New Issue
Block a user