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/08/06 14:19:55 UTC

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

glenn       2003/08/06 05:19:55

  Modified:    jk/native/common jk_uri_worker_map.c
  Log:
  minor style cleanup
  
  Revision  Changes    Path
  1.17      +2 -2      jakarta-tomcat-connectors/jk/native/common/jk_uri_worker_map.c
  
  Index: jk_uri_worker_map.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_uri_worker_map.c,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- jk_uri_worker_map.c	28 Jun 2003 02:55:55 -0000	1.16
  +++ jk_uri_worker_map.c	6 Aug 2003 12:19:55 -0000	1.17
  @@ -490,7 +490,7 @@
           unsigned i;
           unsigned best_match = -1;
           unsigned longest_match = 0;
  -        char * clean_uri = jk_pool_strdup(&uw_map->tp,uri);
  +        char *clean_uri = jk_pool_strdup(&uw_map->tp,uri);
           char *url_rewrite = strstr(clean_uri, JK_PATH_SESSION_IDENTIFIER);
           
           if(url_rewrite) {
  
  
  

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