On Wed, Aug 13, 2014 at 07:31:24PM +0200, Bernhard Reiter wrote:
> diff --git a/http.c b/http.c
> index c8cd50d..afe4fc5 100644
> --- a/http.c
> +++ b/http.c
> @@ -300,6 +300,9 @@ static CURL *get_curl_handle(void)
> {
> CURL *result = curl_easy_init();
>
> + if (!result)
> +
Signed-off-by: Bernhard Reiter
---
http.c | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/http.c b/http.c
index c8cd50d..afe4fc5 100644
--- a/http.c
+++ b/http.c
@@ -300,6 +300,9 @@ static CURL *get_curl_handle(void)
{
CURL *result = curl_easy_init();
+ if (!result
2 matches
Mail list logo