Skip to content

Commit

Permalink
Fixed AMX Boot issue, again #63. Stupid, stupid typo ...
Browse files Browse the repository at this point in the history
  • Loading branch information
rhuss committed Oct 14, 2013
1 parent e50aa38 commit 98e62c0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -159,7 +159,7 @@ public Map<String, String> getExtraInfo(MBeanServerExecutor pServerManager) {
/** {@inheritDoc} */
public void preDispatch(MBeanServerExecutor pMBeanServerExecutor, JmxRequest pJmxReq) {
if (amxShouldBeBooted) {
amxShouldBeBooted = bootAmx(pMBeanServerExecutor,logHandler);
amxShouldBeBooted = !bootAmx(pMBeanServerExecutor,logHandler);
}
}

Expand Down

0 comments on commit 98e62c0

Please sign in to comment.