mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-04 01:12:04 +01: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