You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by gl...@apache.org on 2003/03/19 15:25:41 UTC

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

glenn       2003/03/19 06:25:40

  Modified:    jk/native/common jk_util.c
  Log:
  Bug 18135 fix, thanks to Gabriele Garuglieri
  
  Revision  Changes    Path
  1.21      +2 -2      jakarta-tomcat-connectors/jk/native/common/jk_util.c
  
  Index: jk_util.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_util.c,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- jk_util.c	28 Feb 2003 17:58:39 -0000	1.20
  +++ jk_util.c	19 Mar 2003 14:25:40 -0000	1.21
  @@ -504,7 +504,7 @@
       if (m && wname) {
           int value;
           sprintf(buf, "%s.%s.%s", PREFIX_OF_WORKER, wname, STICKY_SESSION);
  -        value = map_get_int(m, buf, 0);
  +        value = map_get_int(m, buf, 1);
           if (!value) rc = JK_FALSE;
       }
       return rc;
  
  
  

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