Return-Path: Delivered-To: apmail-new-httpd-archive@apache.org Received: (qmail 20312 invoked by uid 500); 4 May 2001 17:24:39 -0000 Mailing-List: contact new-httpd-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list new-httpd@apache.org Delivered-To: moderator for new-httpd@apache.org Received: (qmail 97335 invoked from network); 3 May 2001 20:57:13 -0000 Date: Thu, 3 May 2001 16:57:38 -0400 From: barries To: new-httpd@apache.org Subject: [PATCH config.c] Clean up output for ... sections Message-ID: <20010503165738.A32263@jester.slaysys.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Given a pair of directives for the mythical container Foo: httpd says: Expected > but saw The below patch changes this to: Invalid command '' ) + *lastc = '\0' ; + } + newdir = apr_pcalloc(p, sizeof(ap_directive_t)); newdir->filename = parms->config_file->name; newdir->line_num = parms->config_file->line_number;