commit | 21ca5f77a5f5e8939bd657ac357fffd22ea06019 | [log] [tgz] |
---|---|---|
author | rpatil <none@none> | Wed Feb 17 10:46:21 2016 +0530 |
committer | rpatil <none@none> | Wed Feb 17 10:46:21 2016 +0530 |
tree | f88fe3b4b6b78a47eb29c18fd23d3d7e508fdd18 | |
parent | 8a2650fe5cee7c0637aa747623ff469116fe932d [diff] |
8135259: InetAddress.getAllByName only reports "unknown error" instead of actual cause Summary: Using a function call directly "gai_strerror(gai_error)" instead of using the function pointer which was declared but not initialized. Reviewed-by: chegar, coffeys, igerasim