You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by or...@apache.org on 2018/04/24 10:43:47 UTC

qpid-broker-j git commit: QPID-8171: [Broker-J] Failed to start broker under Windows when QPID_JAVA_GC is set

Repository: qpid-broker-j
Updated Branches:
  refs/heads/master 4dcbb741b -> 78fe397ad


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 <cm...@vitechnology.com>


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/78fe397a
Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/78fe397a
Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/78fe397a

Branch: refs/heads/master
Commit: 78fe397ad6d5f148682232d1a1e56a293b7d4c08
Parents: 4dcbb74
Author: Cyril MICOUD <cm...@vitechnology.com>
Authored: Tue Apr 24 11:00:41 2018 +0200
Committer: Alex Rudyy <or...@apache.org>
Committed: Tue Apr 24 11:41:17 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/78fe397a/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: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org