dgaudet     97/08/07 01:15:31

  Modified:    src       http_request.c
  Log:
  local shadowing another local ... caused by my recent commit
  
  Revision  Changes    Path
  1.72      +0 -1      apache/src/http_request.c
  
  Index: http_request.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/http_request.c,v
  retrieving revision 1.71
  retrieving revision 1.72
  diff -u -r1.71 -r1.72
  --- http_request.c    1997/08/06 20:32:19     1.71
  +++ http_request.c    1997/08/07 08:15:29     1.72
  @@ -289,7 +289,6 @@
           void *this_conf, *entry_config;
           core_dir_config *entry_core;
        char *entry_dir;
  -     int j;
   
        for (j = 0; j < num_sec; ++j) {
   
  
  
  

Reply via email to