Repository: qpid-broker-j
Updated Branches:
refs/heads/7.0.x bc13e07a4 -> c8593eb36
QPID-8171: [Broker-J] Failed to start broker under Windows when QPID_JAVA_GC is
set
This closes #6
https://github.com/apache/qpid-broker-j/pull/6
The patch was supplied Cyril MICOUD <[email protected]>
(cherry picked from commit 78fe397ad6d5f148682232d1a1e56a293b7d4c08)
Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/c8593eb3
Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/c8593eb3
Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/c8593eb3
Branch: refs/heads/7.0.x
Commit: c8593eb3615b739c9efbca3275f9f61de535a77d
Parents: bc13e07
Author: Cyril MICOUD <[email protected]>
Authored: Tue Apr 24 11:00:41 2018 +0200
Committer: Alex Rudyy <[email protected]>
Committed: Tue Apr 24 11:52:29 2018 +0100
----------------------------------------------------------------------
broker/bin/qpid-server.bat | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/c8593eb3/broker/bin/qpid-server.bat
----------------------------------------------------------------------
diff --git a/broker/bin/qpid-server.bat b/broker/bin/qpid-server.bat
index a323ac2..1350d68 100755
--- a/broker/bin/qpid-server.bat
+++ b/broker/bin/qpid-server.bat
@@ -171,7 +171,7 @@ REM Use QPID_JAVA_GC if set
if "%QPID_JAVA_GC%" == "" goto noQpidJavaGC
set JAVA_GC=%QPID_JAVA_GC%
echo Using QPID_JAVA_GC setting: %QPID_JAVA_GC%
-goto afteQpidJavaGC
+goto afterQpidJavaGC
:noQPidJavaGC
echo Info: QPID_JAVA_GC not set. Defaulting to JAVA_GC %JAVA_GC%
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]