mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:43:03 +01:00
misc
This commit is contained in:
parent
4263301039
commit
705d0b90de
@ -128,10 +128,10 @@ Result FB_CARG DebugClient::startAuthentication(Firebird::IStatus* status, const
|
||||
{
|
||||
try
|
||||
{
|
||||
Firebird::MasterInterfacePtr()->upgradeInterface(dpb, FB_AUTH_CLUMPLETS_VERSION, upInfo);
|
||||
str = "HAND";
|
||||
if (dpb)
|
||||
{
|
||||
Firebird::MasterInterfacePtr()->upgradeInterface(dpb, FB_AUTH_CLUMPLETS_VERSION, upInfo);
|
||||
dpb->add(tags->trustedAuth, str.c_str(), str.length());
|
||||
return AUTH_SUCCESS;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user