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

fixed option name

This commit is contained in:
alexpeshkoff 2007-06-09 08:38:27 +00:00
parent f44a6403be
commit abb9f55932

View File

@ -7221,9 +7221,9 @@ static void getUserInfo(UserId& user, const DatabaseOptions& options)
AM_ENABLED : AM_DISABLED;
}
if (options.dpb_trusted_user.hasData() && (useTrusted == AM_ENABLED))
if (options.dpb_trusted_login.hasData() && (useTrusted == AM_ENABLED))
{
options.dpb_trusted_user.copyTo(name, sizeof name);
options.dpb_trusted_login.copyTo(name, sizeof name);
}
else
#endif