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

Chris Ridd
21.48.2012 92397c3112e0a1ed8ae46fcc9404ffec4e0ccaa7
opends/src/server/org/opends/server/admin/AdministrationConnector.java
@@ -457,7 +457,7 @@
     */
    public SortedSet<String> getSSLCipherSuite()
    {
      return ADMIN_SSL_CIPHER_SUITE;
      return config.getSSLCipherSuite();
    }
@@ -477,7 +477,7 @@
     */
    public SortedSet<String> getSSLProtocol()
    {
      return ADMIN_SSL_PROTOCOL;
      return config.getSSLProtocol();
    }