fielding    98/09/25 15:49:39

  Modified:    src/main http_config.c
  Log:
  Ooops. Friday it is.  Undo last unintended commit.
  
  Revision  Changes    Path
  1.132     +1 -4      apache-1.3/src/main/http_config.c
  
  Index: http_config.c
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/main/http_config.c,v
  retrieving revision 1.131
  retrieving revision 1.132
  diff -u -r1.131 -r1.132
  --- http_config.c     1998/09/25 22:45:00     1.131
  +++ http_config.c     1998/09/25 22:49:38     1.132
  @@ -1229,10 +1229,7 @@
        filename = ap_make_full_path(r->pool, d, w);
        f = ap_pcfg_openfile(r->pool, filename);
       }
  -    if (!access_name[0]) {
  -     dc = NULL;
  -    }
  -    else if (f) {
  +    if (f) {
        dc = ap_create_per_dir_config(r->pool);
   
        parms.config_file = f;
  
  
  

Reply via email to