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

matthew_swift
24.09.2007 d5978b34002ffd58445ad11147f76793dd351b4f
opendj-sdk/opends/src/server/org/opends/server/protocols/ldap/LDAPConnectionHandler.java
@@ -484,7 +484,7 @@
   *         allowed by this connection handler.
   */
  public int getMaxRequestSize() {
    return (int) ((long) currentConfig.getMaxRequestSize());
    return (int) currentConfig.getMaxRequestSize();
  }