mirror of
https://github.com/apache/httpd.git
synced 2025-08-01 07:26:57 +03:00
Adapt to changed declaration of apr_pool_sub_make()
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89871 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -904,7 +904,7 @@ STACK_OF(X509_NAME) *ssl_init_FindCAList(server_rec *s, apr_pool_t *pp, char *cp
|
||||
* is remains in memory for the complete operation time of
|
||||
* the server.
|
||||
*/
|
||||
p = apr_pool_sub_make(pp, NULL);
|
||||
apr_pool_sub_make(&p, pp, NULL);
|
||||
|
||||
/*
|
||||
* Start with a empty stack/list where new
|
||||
|
Reference in New Issue
Block a user