From f67af7588ba1f7827bc6ff907729d14bf39a19f6 Mon Sep 17 00:00:00 2001
From: boli <boli@localhost>
Date: Wed, 04 Jun 2008 17:24:01 +0000
Subject: [PATCH] Fix for issues 3255, 3265, and 3269:

---
 opends/src/server/org/opends/server/config/ConfigConstants.java |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/opends/src/server/org/opends/server/config/ConfigConstants.java b/opends/src/server/org/opends/server/config/ConfigConstants.java
index a2482c2..e5fc391 100644
--- a/opends/src/server/org/opends/server/config/ConfigConstants.java
+++ b/opends/src/server/org/opends/server/config/ConfigConstants.java
@@ -1356,15 +1356,6 @@
 
 
   /**
-   * The name of the configuration attribute that indicates the maximum number
-   * of client connections that may be established at any given time.
-   */
-  public static final String ATTR_MAX_ALLOWED_CONNS =
-       "ds-cfg-max-allowed-client-connections";
-
-
-
-  /**
    * The name of the configuration attribute that indicates the maximum allowed
    * size of a request in bytes.
    */

--
Gitblit v1.10.0