From b5d7e1e6e21c8443047e4298ccc813592c7fa842 Mon Sep 17 00:00:00 2001 From: mmarie <mmarie@localhost> Date: Fri, 21 Dec 2007 14:14:46 +0000 Subject: [PATCH] [2773] add operation into a non existing naming context returns wrong error code - Fix return code for add operation on a non existing backend (32 instead of -1 currently) --- opends/src/messages/messages/core.properties | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/opends/src/messages/messages/core.properties b/opends/src/messages/messages/core.properties index b9563c4..117c96c 100644 --- a/opends/src/messages/messages/core.properties +++ b/opends/src/messages/messages/core.properties @@ -1761,3 +1761,6 @@ MILD_ERR_CRYPTOMGR_DECRYPT_UNKNOWN_PROLOGUE_VERSION_696=CryptoManager failed to \ decrypt the supplied data because the version "%d" in the data prologue is \ unknown +MILD_ERR_ADD_ENTRY_UNKNOWN_SUFFIX_697=The provided entry %s cannot be added \ + because is not defined as one of the suffixes within the Directory Server + -- Gitblit v1.10.0