mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
28.32.2009 788cade0fdd288c82a2507dc0cea7abcf11603d9
Fix for issue 4328 (Control Panel not usable in Ubuntu)
Use InetAddress.getHostAddress() instead of InetAddress.getCanonicalHostName().
1 files modified
2 ■■■ changed files
opends/src/guitools/org/opends/guitools/controlpanel/datamodel/ConnectionHandlerTableModel.java 2 ●●● patch | view | raw | blame | history
opends/src/guitools/org/opends/guitools/controlpanel/datamodel/ConnectionHandlerTableModel.java
@@ -283,7 +283,7 @@
        {
          buf.append("<br>");
        }
        buf.append(address.getCanonicalHostName());
        buf.append(address.getHostAddress());
        added = true;
        if (desc.getPort() > 0)
        {