diff options
-rw-r--r-- | src/input/input_http.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/input/input_http.c b/src/input/input_http.c index 8a8c4b8c4..546e9813b 100644 --- a/src/input/input_http.c +++ b/src/input/input_http.c @@ -19,7 +19,7 @@ * * input plugin for http network streams * - * $Id: input_http.c,v 1.94 2004/07/20 00:50:11 rockyb Exp $ + * $Id: input_http.c,v 1.95 2004/07/23 13:47:39 f1rmb Exp $ */ #ifdef HAVE_CONFIG_H @@ -1032,6 +1032,8 @@ static void *init_class (xine_t *xine, void *data) { free(http_proxy); } + else + proxy_env = NULL; /* proxy_env can be "" */ /* * proxy settings |