From 266fe2fe078833bc5489a3fddd970b9307a7bbfa Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Thu, 18 May 2006 09:11:15 +0200 Subject: Fixed return value bug in http_dorequest_url(). --- protocols/http_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/http_client.c') diff --git a/protocols/http_client.c b/protocols/http_client.c index 893ba551..46cb8b7b 100644 --- a/protocols/http_client.c +++ b/protocols/http_client.c @@ -98,7 +98,7 @@ void *http_dorequest_url( char *url_string, http_input_function func, gpointer d g_free( url ); g_free( request ); - return NULL; + return ret; } /* This one is actually pretty simple... Might get more calls if we can't write -- cgit v1.2.3