Author: ataylor
Date: 2012-01-23 06:51:17 -0500 (Mon, 23 Jan 2012)
New Revision: 12040
Modified:
branches/Branch_2_2_AS7/src/main/org/hornetq/core/protocol/core/impl/ChannelImpl.java
Log:
HORNETQ-821 - D'oh
Modified:
branches/Branch_2_2_AS7/src/main/org/hornetq/core/protocol/core/impl/ChannelImpl.java
===================================================================
---
branches/Branch_2_2_AS7/src/main/org/hornetq/core/protocol/core/impl/ChannelImpl.java 2012-01-23
08:59:32 UTC (rev 12039)
+++
branches/Branch_2_2_AS7/src/main/org/hornetq/core/protocol/core/impl/ChannelImpl.java 2012-01-23
11:51:17 UTC (rev 12040)
@@ -351,8 +351,7 @@
if(failingOver)
{
- failingOver = false;
- failoverCondition.signalAll();
+ unlock();
}
closed = true;
}
Show replies by date