mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:03:03 +01:00
fixed option name
This commit is contained in:
parent
f44a6403be
commit
abb9f55932
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user