mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
whitespace
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1058626 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -716,7 +716,6 @@ static int balancer_post_config(apr_pool_t *pconf, apr_pool_t *plog,
|
||||
apr_uuid_get(&uuid);
|
||||
apr_uuid_format(balancer_nonce, &uuid);
|
||||
|
||||
|
||||
/*
|
||||
* Get worker slotmem setup
|
||||
*/
|
||||
|
@@ -1699,7 +1699,6 @@ PROXY_DECLARE(char *) ap_proxy_define_worker(apr_pool_t *p,
|
||||
#endif
|
||||
memset(wstatus, 0, sizeof(proxy_worker_shared));
|
||||
|
||||
|
||||
PROXY_STRNCPY(wstatus->name, apr_uri_unparse(p, &uri, APR_URI_UNP_REVEALPASSWORD));
|
||||
PROXY_STRNCPY(wstatus->scheme, uri.scheme);
|
||||
PROXY_STRNCPY(wstatus->hostname, uri.hostname);
|
||||
|
Reference in New Issue
Block a user