mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 07:28:26 +02:00
* Initialize result in CountConnections
(cherry picked from commit b4d4c30a45
)
This commit is contained in:
parent
4776d59d03
commit
7c30501e11
@ -1181,6 +1181,7 @@ Var
|
||||
Key : String;
|
||||
L : TConnectionList;
|
||||
begin
|
||||
Result:=0;
|
||||
Key:=CreateKey(aDef);
|
||||
Lock;
|
||||
try
|
||||
|
Loading…
Reference in New Issue
Block a user