InetAddress.java (getLocalHost): Refactor to avoid security check if getLocalHostname...
authorGary Benson <gbenson@redhat.com>
Fri, 1 Sep 2006 15:38:00 +0000 (15:38 +0000)
committerGary Benson <gary@gcc.gnu.org>
Fri, 1 Sep 2006 15:38:00 +0000 (15:38 +0000)
commit69afd3217ed5b3a232363a518bb1e2174e8797fc
treeafb0ee26e7027ffac4137c59097ef2f0982a6049
parent429b876b0784f5f4406eadf56115a8b4c20e874d
InetAddress.java (getLocalHost): Refactor to avoid security check if getLocalHostname() fails and to provide...

2006-09-01  Gary Benson  <gbenson@redhat.com>

* java/net/InetAddress.java (getLocalHost): Refactor to avoid
security check if getLocalHostname() fails and to provide more
meaningful exceptions it the security check fails.

From-SVN: r116627
libjava/ChangeLog
libjava/java/net/InetAddress.java