From 72b067b2c212eac0ed7a14f6ede8a5537e042418 Mon Sep 17 00:00:00 2001
From: chebrard <chebrard@localhost>
Date: Tue, 04 Nov 2008 19:58:07 +0000
Subject: [PATCH] Fix 3548: perf regression in OpenDS between rev 4539 and rev 4548

---
 opends/resource/bin/_client-script.sh |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/opends/resource/bin/_client-script.sh b/opends/resource/bin/_client-script.sh
index b1e4374..1ee6c4e 100755
--- a/opends/resource/bin/_client-script.sh
+++ b/opends/resource/bin/_client-script.sh
@@ -53,6 +53,11 @@
 # Set environment variables
 SCRIPT_UTIL_CMD=set-full-environment
 export SCRIPT_UTIL_CMD
+if [ -z "$NO_CHECK" ]
+then
+  NO_CHECK=1
+  export NO_CHECK
+fi
 .  "${INSTALL_ROOT}/lib/_script-util.sh"
 RETURN_CODE=$?
 if test ${RETURN_CODE} -ne 0

--
Gitblit v1.10.0