mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 16:03:03 +01:00
Warnings
This commit is contained in:
parent
e95c128e0e
commit
2db2b7b496
@ -7508,7 +7508,7 @@ static rem_port* analyze(ClntAuthBlock& cBlock, PathName& attach_name, unsigned
|
|||||||
#ifdef TRUSTED_AUTH
|
#ifdef TRUSTED_AUTH
|
||||||
if (port && !legacySSP)
|
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)
|
if (port->port_protocol < PROTOCOL_VERSION13 && packet.p_operation == op_accept)
|
||||||
{
|
{
|
||||||
// old server supports legacy SSP only
|
// old server supports legacy SSP only
|
||||||
|
Loading…
Reference in New Issue
Block a user