From 1ee220dd9c3fbab61f3b5f44394a2e5a9b2d6188 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Fri, 23 Jul 2004 13:47:39 +0000 Subject: fix configfile def_value assertion. CVS patchset: 6841 CVS date: 2004/07/23 13:47:39 --- src/input/input_http.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3