You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2004/01/03 00:35:05 UTC

cvs commit: httpd-2.0/modules/filters mod_include.c

nd          2004/01/02 15:35:05

  Modified:    modules/filters mod_include.c
  Log:
  remove superfluous assignment
  
  Revision  Changes    Path
  1.294     +0 -1      httpd-2.0/modules/filters/mod_include.c
  
  Index: mod_include.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/filters/mod_include.c,v
  retrieving revision 1.293
  retrieving revision 1.294
  diff -u -u -r1.293 -r1.294
  --- mod_include.c	1 Jan 2004 13:26:19 -0000	1.293
  +++ mod_include.c	2 Jan 2004 23:35:05 -0000	1.294
  @@ -3108,7 +3108,6 @@
            * The value is still the raw input string. Finally clean it up.
            */
           --(intern->current_arg->value_len);
  -        intern->current_arg->value[intern->current_arg->value_len] = '\0';
   
           /* strip quote escaping \ from the string */
           if (intern->quote) {