aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--protocols/http_client.c2
1 files changed, 1 insertions, 1 deletions
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