mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 00:03:02 +01:00
Minor security measure - avoid sending of authentication block over the wire (from ExtDS)
This commit is contained in:
parent
1ae29802be
commit
e7e4a776ed
@ -7389,6 +7389,7 @@ static rem_port* analyze(ClntAuthBlock& cBlock, PathName& attach_name, unsigned
|
|||||||
int inet_af = AF_UNSPEC;
|
int inet_af = AF_UNSPEC;
|
||||||
|
|
||||||
cBlock.loadClnt(pb, &parSet);
|
cBlock.loadClnt(pb, &parSet);
|
||||||
|
pb.deleteWithTag(parSet.auth_block);
|
||||||
authenticateStep0(cBlock);
|
authenticateStep0(cBlock);
|
||||||
|
|
||||||
bool needFile = !(flags & ANALYZE_EMP_NAME);
|
bool needFile = !(flags & ANALYZE_EMP_NAME);
|
||||||
|
Loading…
Reference in New Issue
Block a user