mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 21:23:04 +01:00
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.
This commit is contained in:
parent
05e090539d
commit
d218864e1c
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user