From 04b67b1f422eebad11f963a03c2ecda38a00268d Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 12 May 2015 13:50:29 +0000
Subject: [PATCH] OPENDJ-1795 On Windows: "multiple SLF4J bindings" error while using stop-ds tool against a remote instance

---
 opendj-server-legacy/resource/bin/stop-ds.bat |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/opendj-server-legacy/resource/bin/stop-ds.bat b/opendj-server-legacy/resource/bin/stop-ds.bat
index 40a09c4..6372b63 100644
--- a/opendj-server-legacy/resource/bin/stop-ds.bat
+++ b/opendj-server-legacy/resource/bin/stop-ds.bat
@@ -115,6 +115,7 @@
 
 :stopUsingProtocol
 echo %SCRIPT%: stop using protocol >> %LOG%
+set CLASSPATH=""
 call "%INSTALL_ROOT%\lib\_client-script.bat" %*
 goto end
 

--
Gitblit v1.10.0