You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by co...@apache.org on 2002/05/03 19:49:12 UTC

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_worker_jni.c

costin      02/05/03 10:49:12

  Modified:    jk/native2/common jk_worker_jni.c
  Log:
  Updates
  
  Revision  Changes    Path
  1.12      +2 -0      jakarta-tomcat-connectors/jk/native2/common/jk_worker_jni.c
  
  Index: jk_worker_jni.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_worker_jni.c,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- jk_worker_jni.c	25 Apr 2002 19:22:19 -0000	1.11
  +++ jk_worker_jni.c	3 May 2002 17:49:12 -0000	1.12
  @@ -257,6 +257,8 @@
                                       jargs);
       
       vm->detach(env, vm);
  +
  +    /* XXX create a jni channel */
       return JK_OK;
   }
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>