mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
Make it clear that '_' is a possible char and accepted
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1060802 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -736,7 +736,7 @@ static int balancer_post_config(apr_pool_t *pconf, apr_pool_t *plog,
|
||||
ap_slotmem_instance_t *new = NULL;
|
||||
|
||||
balancer->max_workers = balancer->workers->nelts + balancer->growth;
|
||||
ap_pstr2alnum(pconf, balancer->name, &balancer->sname);
|
||||
ap_pstr2_alnum(pconf, balancer->name, &balancer->sname);
|
||||
|
||||
/* Create global mutex */
|
||||
rv = ap_global_mutex_create(&(balancer->mutex), NULL, balancer_mutex_type,
|
||||
|
Reference in New Issue
Block a user