8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 08:03:04 +01:00

Postfix for CORE-4760: it was bad idea to call upper() method for UTF string

This commit is contained in:
alexpeshkoff 2015-05-06 13:47:27 +00:00
parent b03c9f09cd
commit 1351b1107c

View File

@ -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)
{