| opends/src/server/org/opends/server/protocols/ldap/LDAPConnectionHandler.java | ●●●●● patch | view | raw | blame | history |
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(); }