Received: by taz.hyperreal.com (8.7.6/V2.0) id KAA21072; Tue, 12 Nov 1996 10:06:49 -0800 (PST) Received: by taz.hyperreal.com (8.7.6/V2.0) id KAA21060; Tue, 12 Nov 1996 10:06:46 -0800 (PST) Date: Tue, 12 Nov 1996 10:06:46 -0800 (PST) From: Roy Fielding Message-Id: <199611121806.KAA21060@taz.hyperreal.com> To: apache-cvs@hyperreal.com Subject: cvs commit: apache/src http_config.c Sender: owner-apache-cvs@apache.org Precedence: bulk Reply-To: new-httpd@hyperreal.com 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"); } /*****************************************************************