X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/aaaf3892980be914e36a0130691df15ae2ddaecf..46f258147c57d2320fa05ecf108db22854bef13f:/unix/uxnet.c diff --git a/unix/uxnet.c b/unix/uxnet.c index e2302aa4..fef4c43c 100644 --- a/unix/uxnet.c +++ b/unix/uxnet.c @@ -390,6 +390,11 @@ int sk_address_is_local(SockAddr addr) } } +int sk_address_is_special_local(SockAddr addr) +{ + return addr->superfamily == UNIX; +} + int sk_addrtype(SockAddr addr) { SockAddrStep step;