costin      01/03/23 08:32:21

  Modified:    src/facade22/org/apache/tomcat/facade
                        Servlet22Interceptor.java
  Log:
  Ops, thanks Gump.
  
  Restarting the nightly builds is now on the top of the todo list...
  
  Revision  Changes    Path
  1.15      +1 -1      
jakarta-tomcat/src/facade22/org/apache/tomcat/facade/Servlet22Interceptor.java
  
  Index: Servlet22Interceptor.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat/src/facade22/org/apache/tomcat/facade/Servlet22Interceptor.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- Servlet22Interceptor.java 2001/03/23 03:28:55     1.14
  +++ Servlet22Interceptor.java 2001/03/23 16:32:21     1.15
  @@ -186,7 +186,7 @@
                if( value instanceof  HttpSessionBindingListener) {
                    ((HttpSessionBindingListener) value).valueUnbound
                        (new HttpSessionBindingEvent(httpSess , key));
  -                 if( removed=null) removed=new Vector();
  +                 if( removed==null) removed=new Vector();
                    removed.addElement( key );
                }
            }
  
  
  

Reply via email to