Remove a return path from sshcom_write() which was both unreachable
[u/mdw/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;