From: Justin Erenkrantz Date: Thu, 30 May 2002 21:09:23 +0000 (+0000) Subject: Let the error bucket implement the simple copy routine. X-Git-Tag: 2.0.37~155 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=780a6b328deb2103b1f172afd2abeafad59910f3;p=apache Let the error bucket implement the simple copy routine. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95411 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/error_bucket.c b/server/error_bucket.c index 49ac10a7aa..5e7303b847 100644 --- a/server/error_bucket.c +++ b/server/error_bucket.c @@ -101,5 +101,5 @@ AP_DECLARE_DATA const apr_bucket_type_t ap_bucket_type_error = { error_bucket_read, apr_bucket_setaside_notimpl, apr_bucket_split_notimpl, - apr_bucket_copy_notimpl + apr_bucket_simple_copy };