8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 04:43:03 +01:00
This commit is contained in:
alexpeshkoff 2011-10-10 17:15:20 +00:00
parent 4263301039
commit 705d0b90de

View File

@ -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;
}