mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-25 03:49:51 +02:00
* Initialize result in CountConnections
This commit is contained in:
parent
107299648f
commit
b4d4c30a45
@ -1205,6 +1205,7 @@ Var
|
||||
Key : String;
|
||||
L : TConnectionList;
|
||||
begin
|
||||
Result:=0;
|
||||
Key:=CreateKey(aDef);
|
||||
Lock;
|
||||
try
|
||||
|
Loading…
Reference in New Issue
Block a user