mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +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:
@@ -420,7 +420,7 @@ BOOL SSL_load_CrtAndKeyInfo_path(apr_pool_t *p, STACK_OF(X509_INFO) *sk, char *p
|
||||
char *fullname;
|
||||
BOOL ok;
|
||||
|
||||
sp = apr_pool_sub_make(p, NULL);
|
||||
apr_pool_sub_make(&sp, p, NULL);
|
||||
if (apr_dir_open(&dir, pathname, sp)) != APR_SUCCESS) {
|
||||
apr_pool_destroy(sp);
|
||||
return FALSE;
|
||||
|
Reference in New Issue
Block a user