From 062eda7fadd52ee0f7fd5a9b318761bfbd52527d Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Fri, 03 Apr 2009 12:02:05 +0000
Subject: [PATCH] Fix for issue 3528 (A scheduled task should check that the start time has not passed)

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

diff --git a/opends/src/messages/messages/tools.properties b/opends/src/messages/messages/tools.properties
index f4b3e3d..58d028b 100644
--- a/opends/src/messages/messages/tools.properties
+++ b/opends/src/messages/messages/tools.properties
@@ -2467,3 +2467,8 @@
 SEVERE_ERR_LDAPCOMPARE_ERROR_READING_FILE_1668=An error occurred reading file \
  '%s'.  Check that the file exists and that you have read access rights to \
  it.  Details: %s
+
+SEVERE_ERR_STOPDS_DATETIME_ALREADY_PASSED_1669=The specified stop time '%s' \
+ has already passed
+ 
+ 
\ No newline at end of file

--
Gitblit v1.10.0