mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 12:40:06 +00:00
COMP: Fix typo
This commit is contained in:
parent
5377065b1a
commit
2d7b46f621
@ -282,7 +282,7 @@ setupCurlSession(xmlrpc_env * const envP,
|
||||
xmlrpc_mem_block * const responseXmlP) {
|
||||
|
||||
static char proxy[1024];
|
||||
static proxyUser[1024];
|
||||
static char proxyUser[1024];
|
||||
int proxy_type = 0;
|
||||
|
||||
if ( getenv("HTTP_PROXY") )
|
||||
|
Loading…
Reference in New Issue
Block a user