diff options
Diffstat (limited to '')
-rw-r--r-- | src/inputStream_http.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/inputStream_http.c b/src/inputStream_http.c index 979ead580..5df85fb67 100644 --- a/src/inputStream_http.c +++ b/src/inputStream_http.c @@ -47,10 +47,10 @@ #define HTTP_REDIRECT_MAX 10 -static char *proxyHost = NULL; -static char *proxyPort = NULL; -static char *proxyUser = NULL; -static char *proxyPassword = NULL; +static char *proxyHost; +static char *proxyPort; +static char *proxyUser; +static char *proxyPassword; static int bufferSize = HTTP_BUFFER_SIZE_DEFAULT; static int prebufferSize = HTTP_PREBUFFER_SIZE_DEFAULT; |