You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2004/10/08 09:18:04 UTC

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp14_worker.c

mturk       2004/10/08 00:18:04

  Modified:    jk/native/common jk_ajp14_worker.c
  Log:
  Comment the login service for now.
  
  Revision  Changes    Path
  1.20      +4 -1      jakarta-tomcat-connectors/jk/native/common/jk_ajp14_worker.c
  
  Index: jk_ajp14_worker.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_ajp14_worker.c,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- jk_ajp14_worker.c	24 Feb 2004 08:45:48 -0000	1.19
  +++ jk_ajp14_worker.c	8 Oct 2004 07:18:04 -0000	1.20
  @@ -39,7 +39,10 @@
   {
       int                 cmd;
       int                 i,j;
  +#if 0
  +    /* Not used for now */
       jk_login_service_t  *jl = ae->worker->login;
  +#endif
       jk_context_item_t   *ci;
       jk_context_t        *c;  
       char                *buf;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org