Author: pero Date: Sat Sep 1 00:52:52 2007 New Revision: 571739 URL: http://svn.apache.org/viewvc?rev=571739&view=rev Log: reset parent attribute to made useless recovery thread not useable.
Modified: tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/mcast/McastServiceImpl.java Modified: tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/mcast/McastServiceImpl.java URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/mcast/McastServiceImpl.java?rev=571739&r1=571738&r2=571739&view=diff ============================================================================== --- tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/mcast/McastServiceImpl.java (original) +++ tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/mcast/McastServiceImpl.java Sat Sep 1 00:52:52 2007 @@ -396,7 +396,7 @@ public RecoveryThread(McastServiceImpl parent) { this.parent = parent; - if (!init(this)) parent = null; + if (!init(this)) this.parent = null; } public static synchronized boolean init(RecoveryThread t) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]