From 602b1987bab62b39cfce7d68d4f8e3b561fbc8a5 Mon Sep 17 00:00:00 2001
From: Jean-Noël Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Wed, 03 Feb 2016 08:25:23 +0000
Subject: [PATCH] Prep work for OPENDJ-1342: align APIs for DNs
---
opendj-server-legacy/src/main/java/org/opends/server/admin/ACIPropertyDefinition.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/server/admin/ACIPropertyDefinition.java b/opendj-server-legacy/src/main/java/org/opends/server/admin/ACIPropertyDefinition.java
index c0b70e3..80b104c 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/admin/ACIPropertyDefinition.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/admin/ACIPropertyDefinition.java
@@ -110,7 +110,7 @@
ifNull(value);
try {
- return Aci.decode(ByteString.valueOfUtf8(value), DN.NULL_DN);
+ return Aci.decode(ByteString.valueOfUtf8(value), DN.rootDN());
} catch (AciException e) {
// TODO: it would be nice to throw the cause.
throw PropertyException.illegalPropertyValueException(this, value);
--
Gitblit v1.10.0