COMP: Fix typo

This commit is contained in:
Andy Cedilnik 2005-03-03 17:00:19 -05:00
parent 5377065b1a
commit 2d7b46f621
1 changed files with 1 additions and 1 deletions

View File

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