-
Bug
-
Resolution: Fixed
-
P5
-
1.1.7
-
kestrel
-
generic
-
generic
Name: jn10789 Date: 12/09/98
The InetAddress constructor(String, byte[]) does
a this.hostName = new (hostname). This does a
redundant create of a String. It should just have
this.hostname = hostname.
(Review ID: 47579)
======================================================================