mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Fix to consider explicitly configured hosts to be probled for servers. Add -S
This commit is contained in:
parent
c8cfcec652
commit
31f277d751
4 changed files with 183 additions and 12 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue