8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 14:03:03 +01:00
This commit is contained in:
Vlad Khorsun 2024-10-05 23:26:33 +03:00
parent e95c128e0e
commit 2db2b7b496

View File

@ -7508,7 +7508,7 @@ static rem_port* analyze(ClntAuthBlock& cBlock, PathName& attach_name, unsigned
#ifdef TRUSTED_AUTH
if (port && !legacySSP)
{
const PACKET& const packet = port->port_context->rdb_packet;
const PACKET& packet = port->port_context->rdb_packet;
if (port->port_protocol < PROTOCOL_VERSION13 && packet.p_operation == op_accept)
{
// old server supports legacy SSP only