You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by hg...@apache.org on 2004/02/11 10:50:39 UTC

cvs commit: jakarta-tomcat-connectors/jk/native/apache-1.3 mod_jk.c

hgomez      2004/02/11 01:50:39

  Modified:    jk/native/apache-1.3 mod_jk.c
  Log:
  Initialise the reco status
  
  Revision  Changes    Path
  1.46      +4 -1      jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.c
  
  Index: mod_jk.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.c,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- mod_jk.c	21 Nov 2003 06:51:45 -0000	1.45
  +++ mod_jk.c	11 Feb 2004 09:50:38 -0000	1.46
  @@ -467,6 +467,9 @@
       s->read             = ws_read;
       s->write            = ws_write;
   
  +    /* Clear RECO status */
  +    s->reco_status  = RECO_NONE;
  +
       s->auth_type    = NULL_FOR_EMPTY(r->connection->ap_auth_type);
       s->remote_user  = NULL_FOR_EMPTY(r->connection->user);
   
  
  
  

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