You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2002/04/06 14:43:47 UTC

cvs commit: httpd-2.0/modules/proxy proxy_util.c

minfrin     02/04/06 04:43:47

  Modified:    modules/proxy proxy_util.c
  Log:
  Quick fix to an incorrect comment.
  
  Revision  Changes    Path
  1.89      +2 -2      httpd-2.0/modules/proxy/proxy_util.c
  
  Index: proxy_util.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/proxy/proxy_util.c,v
  retrieving revision 1.88
  retrieving revision 1.89
  diff -u -r1.88 -r1.89
  --- proxy_util.c	2 Apr 2002 04:30:49 -0000	1.88
  +++ proxy_util.c	6 Apr 2002 12:43:47 -0000	1.89
  @@ -500,8 +500,8 @@
   /*
    * list is a comma-separated list of case-insensitive tokens, with
    * optional whitespace around the tokens.
  - * The return returns 1 if the token val is found in the list, or 0
  - * otherwise.
  + * if val appears on the list of tokens, it is removed from the list,
  + * and the new list is returned.
    */
   PROXY_DECLARE(char *)ap_proxy_removestr(apr_pool_t *pool, const char *list, const char *val)
   {