]> granicus.if.org Git - apache/commitdiff
Fixed wrong comment.
authorGuenter Knauf <fuankg@apache.org>
Wed, 1 Sep 2010 16:27:14 +0000 (16:27 +0000)
committerGuenter Knauf <fuankg@apache.org>
Wed, 1 Sep 2010 16:27:14 +0000 (16:27 +0000)
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

include/ap_mmn.h

index 40860edd90492f5911ff3f50c568f73e8e2fa5ca..010484725d8d8815d21bf2a16828df966c1695dd 100644 (file)
  *                         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