ben         96/08/06 11:30:40

  Modified:    src       util_script.c
  Log:
  Undo accidental change...
  
  Revision  Changes    Path
  1.18      +1 -1      apache/src/util_script.c
  
  Index: util_script.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/util_script.c,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -C3 -r1.17 -r1.18
  *** util_script.c     1996/08/06 18:28:41     1.17
  --- util_script.c     1996/08/06 18:30:38     1.18
  ***************
  *** 89,95 ****
        for(x=1;x<n;x++) {
            w = getword_nulls(p, &args, '+');
            unescape_url(w);
  !     /*        av[x] = escape_shell_cmd(p, w);*/
            av[x] = w;
        }
        av[n] = NULL;
  --- 89,95 ----
        for(x=1;x<n;x++) {
            w = getword_nulls(p, &args, '+');
            unescape_url(w);
  !     av[x] = escape_shell_cmd(p, w);
            av[x] = w;
        }
        av[n] = NULL;
  
  
  

Reply via email to