diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2004-07-23 13:47:39 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2004-07-23 13:47:39 +0000 |
commit | 1ee220dd9c3fbab61f3b5f44394a2e5a9b2d6188 (patch) | |
tree | 1bf3080a5a671cb03f283ff5e330a2e76c3187fd | |
parent | 7cd8ab4425c2f0b1349be5760cd4e39f92b9d2af (diff) | |
download | xine-lib-1ee220dd9c3fbab61f3b5f44394a2e5a9b2d6188.tar.gz xine-lib-1ee220dd9c3fbab61f3b5f44394a2e5a9b2d6188.tar.bz2 |
fix configfile def_value assertion.
CVS patchset: 6841
CVS date: 2004/07/23 13:47:39
-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 |