8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:43:04 +01:00

Backported CORE-5730: Connection to server hangs when working with encrypted databases

This commit is contained in:
AlexPeshkoff 2018-01-29 19:07:41 +03:00
parent d724522871
commit 0bb1ea6197

View File

@ -120,7 +120,7 @@ public:
if (stopped)
return 0;
if (port->port_protocol < PROTOCOL_VERSION13)
if (port->port_protocol < PROTOCOL_VERSION13 || port->port_type != rem_port::INET)
return 0;
Reference r(*port);