Author: clebert.suconic(a)jboss.com
Date: 2012-03-01 15:09:08 -0500 (Thu, 01 Mar 2012)
New Revision: 12229
Modified:
branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/cluster/impl/ClusterManagerImpl.java
Log:
JBPAPP-8174 - duh
Modified:
branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/cluster/impl/ClusterManagerImpl.java
===================================================================
---
branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/cluster/impl/ClusterManagerImpl.java 2012-03-01
20:08:46 UTC (rev 12228)
+++
branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/cluster/impl/ClusterManagerImpl.java 2012-03-01
20:09:08 UTC (rev 12229)
@@ -531,7 +531,10 @@
}
}
- bridge.flushExecutor();
+ if (bridge!= null)
+ {
+ bridge.flushExecutor();
+ }
}
// for testing
Show replies by date