diff options
author | Carsten Weisse <[email protected]> | 2005-10-26 12:37:58 +0000 |
---|---|---|
committer | Carsten Weisse <[email protected]> | 2005-10-26 12:37:58 +0000 |
commit | d8dbe6ea319b4974157c62ffa38baa6672f12f39 (patch) | |
tree | faec34608b512f5e5b58bab4ef44ea67ecde6708 /src/jake2/client/VID.java | |
parent | fb5e549bb3f87cb48207e5927f847288c99de019 (diff) |
solves a bug, reported by Ken Russell from sun.
(Problems with jdk1.6 and special network configs)
The localhost address was null by calling
InetAddress.getByName("localhost").getAddress()
see java api doc:
InetAddress.getByName(null) is the correct (but strange) method to get the localhost InetAddress.
Diffstat (limited to 'src/jake2/client/VID.java')
0 files changed, 0 insertions, 0 deletions