mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 14:03:07 +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);
|
dpb.getString(userName);
|
||||||
makeUtfString(uft8Convert, userName);
|
makeUtfString(uft8Convert, userName);
|
||||||
HANDSHAKE_DEBUG(fprintf(stderr, "Cli: loadClnt: Loaded from PB user = %s\n", userName.c_str()));
|
HANDSHAKE_DEBUG(fprintf(stderr, "Cli: loadClnt: Loaded from PB user = %s\n", userName.c_str()));
|
||||||
userName.upper();
|
|
||||||
}
|
}
|
||||||
else if (t == tags->password)
|
else if (t == tags->password)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user