* Initialize result in CountConnections

(cherry picked from commit b4d4c30a45)
This commit is contained in:
Michaël Van Canneyt 2024-01-10 15:53:13 +01:00
parent 4776d59d03
commit 7c30501e11

View File

@ -1181,6 +1181,7 @@ Var
Key : String;
L : TConnectionList;
begin
Result:=0;
Key:=CreateKey(aDef);
Lock;
try