mirror of https://github.com/apache/activemq.git
Tidied up fix for https://issues.apache.org/activemq/browse/AMQ-2071
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@815321 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
03e6a7f9ef
commit
a80e0619de
|
@ -140,7 +140,7 @@ public class MasterConnector implements Service, BrokerServiceAware {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void onException(IOException error) {
|
public void onException(IOException error) {
|
||||||
if (started.get() && remoteBroker.isDisposed()) {
|
if (started.get()) {
|
||||||
serviceRemoteException(error);
|
serviceRemoteException(error);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue