If you configure Unix PuTTY to use a proxy, tell it to even proxy
[sgt/putty] / unix / uxnet.c
index e2302aa..fef4c43 100644 (file)
@@ -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;