keith       2004/06/16 08:42:03

  Modified:    jk/native2/server/apache2 mod_jk2.c
  Log:
  The patch that was just applied for a bug was against an older
  version and referred to a nonexistant variable.
  
  Revision  Changes    Path
  1.84      +2 -2      jakarta-tomcat-connectors/jk/native2/server/apache2/mod_jk2.c
  
  Index: mod_jk2.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/server/apache2/mod_jk2.c,v
  retrieving revision 1.83
  retrieving revision 1.84
  diff -u -r1.83 -r1.84
  --- mod_jk2.c 16 Jun 2004 14:38:56 -0000      1.83
  +++ mod_jk2.c 16 Jun 2004 15:42:03 -0000      1.84
  @@ -644,7 +644,7 @@
                if (workerEnv->childId == -1) {
                    env->l->jkLog(env, env->l, JK_LOG_ERROR, 
                       "jk2_init() Can't find child %d in any of the %d scoreboard 
slots\n",
  -                     proc.pid, max_daemons_limit);
  +                     proc.pid, workerEnv->maxDaemons);
                    workerEnv->childId = -2;
                }
           }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to