From c8b1165dbfbee716e8163f42301c650b370248af Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Tue, 21 Feb 2012 15:49:01 +0000
Subject: [PATCH] Initial cleanup work for OPENDJ-181: DirectoryException provided value has an invalid length for a UUID
---
opends/src/server/org/opends/server/replication/plugin/PersistentServerState.java | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/opends/src/server/org/opends/server/replication/plugin/PersistentServerState.java b/opends/src/server/org/opends/server/replication/plugin/PersistentServerState.java
index 6cf5725..729b122 100644
--- a/opends/src/server/org/opends/server/replication/plugin/PersistentServerState.java
+++ b/opends/src/server/org/opends/server/replication/plugin/PersistentServerState.java
@@ -23,6 +23,7 @@
*
*
* Copyright 2006-2010 Sun Microsystems, Inc.
+ * Portions copyright 2012 ForgeRock AS.
*/
package org.opends.server.replication.plugin;
import org.opends.messages.Message;
@@ -421,8 +422,8 @@
InternalSearchOperation op;
ChangeNumber serverStateMaxCn;
ChangeNumber dbMaxCn;
- final AttributeType histType =
- DirectoryServer.getAttributeType(EntryHistorical.HISTORICALATTRIBUTENAME);
+ final AttributeType histType = DirectoryServer.getAttributeType(
+ EntryHistorical.HISTORICAL_ATTRIBUTE_NAME);
// Retrieves the entries that have changed since the
// maxCn stored in the serverState
--
Gitblit v1.10.0