git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@815321 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Davies 2009-09-15 13:24:06 +00:00
parent 03e6a7f9ef
commit a80e0619de
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ public class MasterConnector implements Service, BrokerServiceAware {
}
public void onException(IOException error) {
if (started.get() && remoteBroker.isDisposed()) {
if (started.get()) {
serviceRemoteException(error);
}
}