BUG: Comp sci 101. Strings go away at the end of the function

This commit is contained in:
Andy Cedilnik 2005-03-03 16:58:03 -05:00
parent 2444cd3828
commit 5377065b1a

@ -281,8 +281,8 @@ setupCurlSession(xmlrpc_env * const envP,
xmlrpc_mem_block * const callXmlP,
xmlrpc_mem_block * const responseXmlP) {
char proxy[1024];
char proxyUser[1024];
static char proxy[1024];
static proxyUser[1024];
int proxy_type = 0;
if ( getenv("HTTP_PROXY") )