mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:43:03 +01:00
Postfix for CORE-4760: it was bad idea to call upper() method for UTF string
This commit is contained in:
parent
b03c9f09cd
commit
1351b1107c
@ -7541,7 +7541,6 @@ void ClntAuthBlock::loadClnt(Firebird::ClumpletWriter& dpb, const ParametersSet*
|
||||
dpb.getString(userName);
|
||||
makeUtfString(uft8Convert, userName);
|
||||
HANDSHAKE_DEBUG(fprintf(stderr, "Cli: loadClnt: Loaded from PB user = %s\n", userName.c_str()));
|
||||
userName.upper();
|
||||
}
|
||||
else if (t == tags->password)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user