X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/43a1c4a467dcf78e1bf7f8aa71d2f685a79d757d..a607fe54c9f20934b57e29e9040b9dd0a4decf3a:/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;