You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by st...@apache.org on 2002/12/09 15:42:10 UTC

cvs commit: httpd-2.0/server config.c

stoddard    2002/12/09 06:42:10

  Modified:    server   config.c
  Log:
  AddModules does not exist anymore
  
  Submitted by:	Stas Bekman
  
  Revision  Changes    Path
  1.157     +1 -1      httpd-2.0/server/config.c
  
  Index: config.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/config.c,v
  retrieving revision 1.156
  retrieving revision 1.157
  diff -u -r1.156 -r1.157
  --- config.c	12 Sep 2002 20:04:07 -0000	1.156
  +++ config.c	9 Dec 2002 14:42:09 -0000	1.157
  @@ -444,7 +444,7 @@
   
   AP_DECLARE(void) ap_add_module(module *m, apr_pool_t *p)
   {
  -    /* This could be called from an AddModule httpd.conf command,
  +    /* This could be called from an LoadModule httpd.conf command,
        * after the file has been linked and the module structure within it
        * teased out...
        */