hgomez 2004/02/11 01:50:19 Modified: jk/native/apache-2.0 mod_jk.c Log: Initialize the reco status Revision Changes Path 1.92 +4 -1 jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c Index: mod_jk.c =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/apache-2.0/mod_jk.c,v retrieving revision 1.91 retrieving revision 1.92 diff -u -r1.91 -r1.92 --- mod_jk.c 2 Feb 2004 17:38:04 -0000 1.91 +++ mod_jk.c 11 Feb 2004 09:50:19 -0000 1.92 @@ -490,6 +490,9 @@ s->read = ws_read; s->write = ws_write; + /* Clear RECO status */ + s->reco_status = RECO_NONE; + s->auth_type = NULL_FOR_EMPTY(r->ap_auth_type); s->remote_user = NULL_FOR_EMPTY(r->user);
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]