dgaudet     98/05/25 16:37:46

  Modified:    src/main http_core.c
  Log:
  another style tweak
  
  Revision  Changes    Path
  1.201     +1 -1      apache-1.3/src/main/http_core.c
  
  Index: http_core.c
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/main/http_core.c,v
  retrieving revision 1.200
  retrieving revision 1.201
  diff -u -r1.200 -r1.201
  --- http_core.c       1998/05/11 20:08:08     1.200
  +++ http_core.c       1998/05/25 23:37:45     1.201
  @@ -710,7 +710,7 @@
       const char *err = ap_check_cmd_context(cmd, 
NOT_IN_DIR_LOC_FILE|NOT_IN_LIMIT);
       if (err != NULL) return err;
   
  -    arg=ap_os_canonical_filename (cmd->pool, arg);
  +    arg = ap_os_canonical_filename(cmd->pool, arg);
       if (!ap_is_directory (arg)) {
        if (cmd->server->is_virtual) {
            fprintf (stderr, "Warning: DocumentRoot [%s] does not exist\n", 
arg);
  
  
  

Reply via email to