From fb05a04c84aaf054c3863dca893c6fe5cbc86621 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:
---
opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java b/opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java
index a2482c2..e5fc391 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/config/ConfigConstants.java
+++ b/opendj-sdk/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