From 458de7e54da932519ce0c17e2470c89c5b5a045c Mon Sep 17 00:00:00 2001
From: dugan <dugan@localhost>
Date: Mon, 24 Aug 2009 17:15:51 +0000
Subject: [PATCH] Fix for issue 4188: invalid schema raises exception import exception

---
 opends/src/messages/messages/utility.properties |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/opends/src/messages/messages/utility.properties b/opends/src/messages/messages/utility.properties
index 8756180..5516881 100644
--- a/opends/src/messages/messages/utility.properties
+++ b/opends/src/messages/messages/utility.properties
@@ -619,3 +619,6 @@
 INFO_ARGPARSER_USAGE_DEFAULT_VALUE_299=Default value: %s
 SEVERE_WARN_EXPORT_LDIF_SET_PERMISSION_FAILED_300=An error occurred while \
  setting file permissions for the LDIF file %s: %s
+MILD_ERR_LDIF_READ_ATTR_SKIP_301=Skipping entry %s because the following error \
+was received when reading its attributes: %s
+

--
Gitblit v1.10.0