gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-sync] branch master updated: -test rval


From: gnunet
Subject: [taler-sync] branch master updated: -test rval
Date: Tue, 21 Feb 2023 14:53:20 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository sync.

The following commit(s) were added to refs/heads/master by this push:
     new 312bd34  -test rval
312bd34 is described below

commit 312bd346bcf62b0412c5f8623745ae6102bcfdae
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Feb 21 14:52:58 2023 +0100

    -test rval
---
 src/lib/sync_api_curl_defaults.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/lib/sync_api_curl_defaults.c b/src/lib/sync_api_curl_defaults.c
index 5a114ed..9176135 100644
--- a/src/lib/sync_api_curl_defaults.c
+++ b/src/lib/sync_api_curl_defaults.c
@@ -34,6 +34,11 @@ SYNC_curl_easy_get_ (const char *url)
   CURL *eh;
 
   eh = curl_easy_init ();
+  if (NULL == eh)
+  {
+    GNUNET_break (0);
+    return NULL;
+  }
   GNUNET_assert (CURLE_OK ==
                  curl_easy_setopt (eh,
                                    CURLOPT_URL,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]