From: Guenter Knauf Date: Wed, 1 Sep 2010 16:27:14 +0000 (+0000) Subject: Fixed wrong comment. X-Git-Tag: 2.3.9~518 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6dfc1d4132cada42b94381368a0ceed3256ec769;p=apache Fixed wrong comment. ap_body_to_table() was dropped with r953203, not ap_args_to_table(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@991592 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_mmn.h b/include/ap_mmn.h index 40860edd90..010484725d 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -227,7 +227,7 @@ * Introduce per-module loglevels * 20100606.1 (2.3.6-dev) Added extended timestamp formatting via * ap_recent_ctime_ex(). - * 20100609.0 (2.3.6-dev) Dropped ap_args_to_table due to missing constraints. + * 20100609.0 (2.3.6-dev) Dropped ap_body_to_table due to missing constraints. * 20100609.1 (2.3.7-dev) Introduce ap_log_cserror() * 20100609.2 (2.3.7-dev) Add deferred write pool to core_output_filter_ctx * 20100625.0 (2.3.7-dev) Add 'userctx' to socache iterator callback prototype