You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by na...@apache.org on 2002/06/09 20:52:07 UTC

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

nacho       2002/06/09 11:52:07

  Modified:    jk/native2/common jk_env.c
  Log:
  * Deleting a apr_initialize call left at a wrong place when debugging for IIS..
  
  Revision  Changes    Path
  1.34      +0 -2      jakarta-tomcat-connectors/jk/native2/common/jk_env.c
  
  Index: jk_env.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_env.c,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- jk_env.c	31 May 2002 18:09:13 -0000	1.33
  +++ jk_env.c	9 Jun 2002 18:52:06 -0000	1.34
  @@ -83,8 +83,6 @@
       if( jkGlobalAprPool==NULL ) {
           int rc;
           
  -        /* Make sure apr is initialized */
  -        apr_initialize(); 
           rc = apr_pool_create(( apr_pool_t **)&jkGlobalAprPool, NULL);
           if (rc != APR_SUCCESS || jkGlobalAprPool==NULL ) {
               env->l->jkLog(env, env->l, JK_LOG_ERROR, 
  
  
  

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