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:
@ -850,7 +850,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
if IPList.Count = 0 then
|
if IPList.Count = 0 then
|
||||||
IPList.Add(cLocalHost);
|
IPList.Add(cAnyHost);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function ResolvePort(Port: string; Family, SockProtocol, SockType: integer): Word;
|
function ResolvePort(Port: string; Family, SockProtocol, SockType: integer): Word;
|
||||||
|
Reference in New Issue
Block a user