* Initialize result in CountConnections

This commit is contained in:
Michaël Van Canneyt 2024-01-10 15:53:13 +01:00
parent 107299648f
commit b4d4c30a45

View File

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