If you configure Unix PuTTY to use a proxy, tell it to even proxy
[sgt/putty] / windows / winnet.c
index 84b239c..2088f9d 100644 (file)
@@ -667,6 +667,11 @@ int sk_address_is_local(SockAddr addr)
     }
 }
 
+int sk_address_is_special_local(SockAddr addr)
+{
+    return 0;                /* no Unix-domain socket analogue here */
+}
+
 int sk_addrtype(SockAddr addr)
 {
     SockAddrStep step;