Fix to consider explicitly configured hosts to be probled for servers. Add -S

This commit is contained in:
Richard Frith-Macdonald 2020-02-17 15:30:21 +00:00
parent c8cfcec652
commit 31f277d751
4 changed files with 183 additions and 12 deletions

View file

@ -859,9 +859,9 @@ typedef enum {
host = [NSHost hostWithAddress: addr];
return (NSPort*)[NSSocketPort portWithNumber: portNum
onHost: host
forceAddress: addr
listener: NO];
onHost: host
forceAddress: addr
listener: NO];
}
else
{