dgaudet     97/11/28 21:51:53

  Modified:    src/main http_config.c
  Log:
  style tweaks
  
  Revision  Changes    Path
  1.87      +2 -2      apachen/src/main/http_config.c
  
  Index: http_config.c
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/main/http_config.c,v
  retrieving revision 1.86
  retrieving revision 1.87
  diff -u -r1.86 -r1.87
  --- http_config.c     1997/11/27 16:10:45     1.86
  +++ http_config.c     1997/11/29 05:51:52     1.87
  @@ -811,7 +811,7 @@
        else {
            void *mconfig = get_module_config(config, mod);
            void *sconfig =
  -         get_module_config(parms->server->module_config, mod);
  +             get_module_config(parms->server->module_config, mod);
   
            if (!mconfig && mod->create_dir_config) {
                mconfig = (*mod->create_dir_config) (parms->pool, parms->path);
  @@ -840,7 +840,7 @@
        const char *errmsg = handle_command(parms, config, l);
           if (errmsg) {
            return errmsg;
  -    }
  +     }
       }
   
       return NULL;
  
  
  

Reply via email to