BUG: Comp sci 101. Strings go away at the end of the function
This commit is contained in:
parent
2444cd3828
commit
5377065b1a
@ -281,8 +281,8 @@ setupCurlSession(xmlrpc_env * const envP,
|
|||||||
xmlrpc_mem_block * const callXmlP,
|
xmlrpc_mem_block * const callXmlP,
|
||||||
xmlrpc_mem_block * const responseXmlP) {
|
xmlrpc_mem_block * const responseXmlP) {
|
||||||
|
|
||||||
char proxy[1024];
|
static char proxy[1024];
|
||||||
char proxyUser[1024];
|
static proxyUser[1024];
|
||||||
int proxy_type = 0;
|
int proxy_type = 0;
|
||||||
|
|
||||||
if ( getenv("HTTP_PROXY") )
|
if ( getenv("HTTP_PROXY") )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user