You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Roy Fielding <fi...@hyperreal.com> on 1996/11/12 19:06:46 UTC

cvs commit: apache/src http_config.c

fielding    96/11/12 10:06:45

  Modified:    src       http_config.c
  Log:
  I remembered this line of code while in the shower this morning.
  I think I need a vacation.
  
  Revision  Changes    Path
  1.34      +1 -1      apache/src/http_config.c
  
  Index: http_config.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/http_config.c,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -C3 -r1.33 -r1.34
  *** http_config.c	1996/11/12 05:22:04	1.33
  --- http_config.c	1996/11/12 18:06:43	1.34
  ***************
  *** 450,456 ****
        num_modules = 0;
    
        /* This is required; so we add it always.  */
  !     add_named_module ("core");
    }
    
    /*****************************************************************
  --- 450,456 ----
        num_modules = 0;
    
        /* This is required; so we add it always.  */
  !     add_named_module ("http_core.c");
    }
    
    /*****************************************************************