mirror of
https://github.com/apache/httpd.git
synced 2025-08-10 02:56:11 +00:00
static-ize a function which is not supposed to be exported
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96835 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -1087,7 +1087,7 @@ static config_log_state *open_config_log(server_rec *s, apr_pool_t *p,
|
||||
return cls;
|
||||
}
|
||||
|
||||
int open_multi_logs(server_rec *s, apr_pool_t *p)
|
||||
static int open_multi_logs(server_rec *s, apr_pool_t *p)
|
||||
{
|
||||
int i;
|
||||
multi_log_state *mls = ap_get_module_config(s->module_config,
|
||||
|
Reference in New Issue
Block a user