From 61319d28a0a0129e3a81f4f9ca770d1b63e06233 Mon Sep 17 00:00:00 2001
From: jdemendi <jdemendi@localhost>
Date: Mon, 16 Jul 2007 08:02:35 +0000
Subject: [PATCH] This fix is the refactoring of the compare operation (issue #1886).
---
opends/src/server/org/opends/server/authorization/dseecompat/AciLDAPOperationContainer.java | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/opends/src/server/org/opends/server/authorization/dseecompat/AciLDAPOperationContainer.java b/opends/src/server/org/opends/server/authorization/dseecompat/AciLDAPOperationContainer.java
index 2f791e4..aea44cb 100644
--- a/opends/src/server/org/opends/server/authorization/dseecompat/AciLDAPOperationContainer.java
+++ b/opends/src/server/org/opends/server/authorization/dseecompat/AciLDAPOperationContainer.java
@@ -58,7 +58,9 @@
* @param operation The compare operation to evaluate.
* @param rights The rights of a compare operation.
*/
- public AciLDAPOperationContainer(CompareOperation operation, int rights) {
+ public AciLDAPOperationContainer(LocalBackendCompareOperation operation,
+ int rights)
+ {
super(operation, rights, operation.getEntryToCompare());
}
--
Gitblit v1.10.0