From d218864e1ca38b51f932987fb5d22a2175604c94 Mon Sep 17 00:00:00 2001 From: ibprovider <50617196+ibprovider@users.noreply.github.com> Date: Tue, 14 May 2019 18:29:27 +0300 Subject: [PATCH] Fast bug fix for CORE-6063. (#200) http://tracker.firebirdsql.org/browse/CORE-6063 Server does not return result of own work (name of next auth-plugin). TODO (for next commits). 1. Simplify a condition with call of port->extractNewKeys. See in same method below. --- src/remote/server/server.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/remote/server/server.cpp b/src/remote/server/server.cpp index ce365256b1..9b2be2a89d 100644 --- a/src/remote/server/server.cpp +++ b/src/remote/server/server.cpp @@ -1994,6 +1994,7 @@ static bool accept_connection(rem_port* port, P_CNCT* connect, PACKET* send) } port->port_srv_auth_block->setPluginName(plugins->name()); port->port_srv_auth_block->extractPluginName(&send->p_acpd.p_acpt_plugin); + returnData = true; break; case IAuth::AUTH_MORE_DATA: