]> granicus.if.org Git - apache/commitdiff
Change use of ap_pstrcat() to apr_pstrcat() in previous commit so
authorJeff Trawick <trawick@apache.org>
Thu, 10 Aug 2000 12:46:52 +0000 (12:46 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 10 Aug 2000 12:46:52 +0000 (12:46 +0000)
that Apache builds again.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86044 13f79535-47bb-0310-9956-ffa450edef68

modules/http/http_protocol.c

index 8a687aa0b7ceff13d6461fe0327084da2741a27b..40bfb9d1181e04c0babb4ed0523e9dbdb733d828 100644 (file)
@@ -1599,7 +1599,7 @@ static char *make_allow(request_rec *r)
         * Append all of the elements of r->allowed_xmethods
         */
        for (i = 0; i < r->allowed_xmethods->nelts; ++i) {
-           list = ap_pstrcat(r->pool, list, ", ", xmethod[i], NULL);
+           list = apr_pstrcat(r->pool, list, ", ", xmethod[i], NULL);
        }
     }
     /*