mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 19:23:02 +01:00
parent
dc5fb8f082
commit
c78b5e6947
@ -7400,9 +7400,6 @@ static rem_port* analyze(ClntAuthBlock& cBlock, PathName& attach_name, unsigned
|
||||
*
|
||||
**************************************/
|
||||
|
||||
rem_port* port = NULL;
|
||||
int inet_af = AF_UNSPEC;
|
||||
|
||||
cBlock.loadClnt(pb, &parSet);
|
||||
pb.deleteWithTag(parSet.auth_block);
|
||||
|
||||
@ -7414,8 +7411,12 @@ static rem_port* analyze(ClntAuthBlock& cBlock, PathName& attach_name, unsigned
|
||||
Auth::setLegacySSP(legacySSP);
|
||||
#endif
|
||||
|
||||
rem_port* port;
|
||||
while (true)
|
||||
{
|
||||
port = NULL;
|
||||
int inet_af = AF_UNSPEC;
|
||||
|
||||
authenticateStep0(cBlock);
|
||||
const NoCaseString savePluginName(cBlock.plugins.name());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user