ssfpc.inc - fix empty result of ResolveNameToIP

git-svn-id: https://svn.code.sf.net/p/synalist/code/trunk@221 7c85be65-684b-0410-a082-b2ed4fbef004
This commit is contained in:
geby 2021-06-12 16:10:22 +00:00
parent b039138b11
commit 22e0067948

View File

@ -850,7 +850,7 @@ begin
end;
if IPList.Count = 0 then
IPList.Add(cLocalHost);
IPList.Add(cAnyHost);
end;
function ResolvePort(Port: string; Family, SockProtocol, SockType: integer): Word;