gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: improve curl backwards compatibi


From: gnunet
Subject: [taler-exchange] branch master updated: improve curl backwards compatibility, de-duplicate code
Date: Mon, 08 Jan 2024 19:18:43 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 2f95c0b9 improve curl backwards compatibility, de-duplicate code
2f95c0b9 is described below

commit 2f95c0b9e66be3b537c0ac506f0aaadcd400cac8
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Jan 8 19:18:41 2024 +0100

    improve curl backwards compatibility, de-duplicate code
---
 src/curl/curl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/curl/curl.c b/src/curl/curl.c
index 61a1ca95..3bdf6bf4 100644
--- a/src/curl/curl.c
+++ b/src/curl/curl.c
@@ -38,7 +38,7 @@ TALER_curl_set_secure_redirect_policy (CURL *eh,
                  curl_easy_setopt (eh,
                                    CURLOPT_FOLLOWLOCATION,
                                    1L));
-  GNUNET_assert ( (0 == strncasecmp (url, ||
+  GNUNET_assert ( (0 == strncasecmp (url,
                                      "https://";,
                                      strlen ("https://";))) ||
                   (0 == strncasecmp (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]