mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
removing trailing spaces
This commit is contained in:
parent
850f53bbf4
commit
88ebfb5bc6
1 changed files with 3 additions and 3 deletions
|
@ -59,9 +59,9 @@ int User::init(const char *line)
|
|||
if (user_length > USERNAME_LENGTH)
|
||||
goto err;
|
||||
|
||||
/*
|
||||
assume that newline characater is present
|
||||
we support reading password files that end in \n or \r\n on
|
||||
/*
|
||||
assume that newline characater is present
|
||||
we support reading password files that end in \n or \r\n on
|
||||
either platform.
|
||||
*/
|
||||
if (password[strlen(password)-2] == '\r')
|
||||
|
|
Loading…
Reference in a new issue