From ffc22dd5a175886f9d3661ad5122368ca8022934 Mon Sep 17 00:00:00 2001
From: mrossign <mrossign@localhost>
Date: Thu, 26 Nov 2009 16:38:09 +0000
Subject: [PATCH] Fixed another case where the too slow log message may arrive. This is related to issue 4343 modifications.
---
opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java b/opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java
index 2e11443..0c455f6 100644
--- a/opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java
+++ b/opends/src/server/org/opends/server/replication/server/ReplicationServerDomain.java
@@ -2595,7 +2595,7 @@
// Then initialize the max CN for the LS that produced something
// - from our own local db state
- // - whatever they are directly or undirectly connected
+ // - whatever they are directly or indirectly connected
ServerState dbServerState = getDbServerState();
wrkMonitorData.setRSState(replicationServer.getServerId(), dbServerState);
Iterator<Integer> it = dbServerState.iterator();
--
Gitblit v1.10.0