From 8e546d5b71525921c5ab48fb546276c38bb26829 Mon Sep 17 00:00:00 2001 From: gbellato <gbellato@localhost> Date: Wed, 19 Sep 2007 12:15:36 +0000 Subject: [PATCH] Fix for 2234 : NullPointerException if multimaster domain created for non defined suffix --- opends/src/messages/messages/replication.properties | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/opends/src/messages/messages/replication.properties b/opends/src/messages/messages/replication.properties index aefafdf..0f08170 100644 --- a/opends/src/messages/messages/replication.properties +++ b/opends/src/messages/messages/replication.properties @@ -235,6 +235,7 @@ creating the LDIF writer to export backend : %s SEVERE_ERR_BACKEND_SEARCH_ENTRY_93 =An error occurred when \ searching for %s : %s - SEVERE_ERR_REPLICATIONBACKEND_ENTRY_DOESNT_EXIST_94=Entry %s does not exist in \ +SEVERE_ERR_REPLICATIONBACKEND_ENTRY_DOESNT_EXIST_94=Entry %s does not exist in \ the replication server backend - \ No newline at end of file +SEVERE_ERR_UNKNOWN_DN_95=The base DN %s is not stored by any of the \ + Directory Server backend -- Gitblit v1.10.0