[jboss-remoting-commits] JBoss Remoting SVN: r4876 - remoting2/branches/2.x/src/main/org/jboss/remoting/callback.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Fri Mar 20 00:12:55 EDT 2009


Author: ron.sigal at jboss.com
Date: 2009-03-20 00:12:55 -0400 (Fri, 20 Mar 2009)
New Revision: 4876

Modified:
   remoting2/branches/2.x/src/main/org/jboss/remoting/callback/ServerInvokerCallbackHandler.java
Log:
JBREM-1081: destroy() doesn't set callBackClient and callbackStore to null.

Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/callback/ServerInvokerCallbackHandler.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/callback/ServerInvokerCallbackHandler.java	2009-03-20 04:11:09 UTC (rev 4875)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/callback/ServerInvokerCallbackHandler.java	2009-03-20 04:12:55 UTC (rev 4876)
@@ -1017,13 +1017,11 @@
       if(callBackClient != null)
       {
          callBackClient.disconnect();
-         callBackClient = null;
       }
 
       if(callbackStore != null)
       {
          callbackStore.purgeFiles();
-         callbackStore = null;
       }
    }
 




More information about the jboss-remoting-commits mailing list