1
0
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:
Jim Jagielski
2011-01-13 15:59:10 +00:00
parent fab3678ad3
commit ddebc67a4e
5 changed files with 76 additions and 78 deletions

View File

@@ -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
*/

View File

@@ -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);