From 44e494ad7ad0668fdacd465aba45fb5a6011c128 Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Tue, 23 Sep 2008 07:41:22 +0000
Subject: [PATCH] fix checkstyle issue
---
opends/src/server/org/opends/server/authorization/dseecompat/AciEffectiveRights.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opends/src/server/org/opends/server/authorization/dseecompat/AciEffectiveRights.java b/opends/src/server/org/opends/server/authorization/dseecompat/AciEffectiveRights.java
index 011d549..02e2b9e 100644
--- a/opends/src/server/org/opends/server/authorization/dseecompat/AciEffectiveRights.java
+++ b/opends/src/server/org/opends/server/authorization/dseecompat/AciEffectiveRights.java
@@ -223,9 +223,9 @@
nonRightsAttrs.addAll(e.getOperationalAttributes().keySet());
else {
AttributeType attrType;
- if((attrType =
+ if((attrType =
DirectoryServer.getAttributeType(a.toLowerCase())) == null)
- attrType =
+ attrType =
DirectoryServer.getDefaultAttributeType(a.toLowerCase());
nonRightsAttrs.add(attrType);
}
--
Gitblit v1.10.0