From c6324255117128d3a7a9f614c756022d3ef7461d Mon Sep 17 00:00:00 2001 From: Petri Hintukainen Date: Thu, 24 Nov 2011 09:54:18 +0200 Subject: Silenced compiler warning --- src/input/input_http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/input/input_http.c b/src/input/input_http.c index e67c07566..34437c976 100644 --- a/src/input/input_http.c +++ b/src/input/input_http.c @@ -169,7 +169,7 @@ static void no_proxy_list_change_cb(void *this_gen, xine_cfg_entry_t *cfg) { */ static int _x_use_proxy(http_input_class_t *this, const char *host) { const char *target; - char *no_proxy, *domain, *ptr; + char *no_proxy, *domain, *ptr = NULL; struct hostent *info; size_t i = 0, host_len, noprox_len; -- cgit v1.2.3