13272 - Name resolution failure not handled gracefully on OS/2 ----------------------------------------------------------------------------------------------- Affected Platforms: OS/2 Affected Features: Communications/Transactions Prerequisites: None. Symptom: When connecting tcp/ip sockets using the #connectUsing: method, we attempt to resolve a dotted address to a hostname. However, since we shouldn't require a nameserver to be present, we handle the case where the resolution fails gracefully. On OS/2, however, we do not handle this case gracefully. The problem is that on OS/2, getHostByAddr() returns a different error message than on other platforms. Normally, getHostByAddr() returns an ENOADDRESS, but on OS/2, it returns an EHOSTNOTFOUND. Solution: Open a workspace on 13273.st and file in the code. *Note: This fix will also work with v4.5a