You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2005/09/29 08:47:08 UTC

svn commit: r292398 - /httpd/httpd/branches/2.0.x/server/core.c

Author: wrowe
Date: Wed Sep 28 23:47:05 2005
New Revision: 292398

URL: http://svn.apache.org/viewcvs?rev=292398&view=rev
Log:

  Undo fat fingers of commit 292397

Modified:
    httpd/httpd/branches/2.0.x/server/core.c

Modified: httpd/httpd/branches/2.0.x/server/core.c
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/server/core.c?rev=292398&r1=292397&r2=292398&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/server/core.c (original)
+++ httpd/httpd/branches/2.0.x/server/core.c Wed Sep 28 23:47:05 2005
@@ -4577,8 +4577,7 @@
     STANDARD20_MODULE_STUFF,
     create_core_dir_config,       /* create per-directory config structure */
     merge_core_dir_configs,       /* merge per-directory config structures */
-    create_core_se
-    er_config,    /* create per-server config structure */
+    create_core_server_config,    /* create per-server config structure */
     merge_core_server_configs,    /* merge per-server config structures */
     core_cmds,                    /* command apr_table_t */
     register_hooks                /* register hooks */