]> granicus.if.org Git - apache/commitdiff
Let the error bucket implement the simple copy routine.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 30 May 2002 21:09:23 +0000 (21:09 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 30 May 2002 21:09:23 +0000 (21:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95411 13f79535-47bb-0310-9956-ffa450edef68

server/error_bucket.c

index 49ac10a7aa07dd10638e839acdbf20f4e2cb718b..5e7303b8473af56275239f5c7d5e040640220777 100644 (file)
@@ -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
 };