gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 117/411: lib583: fix enum mixup


From: gnunet
Subject: [gnurl] 117/411: lib583: fix enum mixup
Date: Wed, 13 Jan 2021 01:18:52 +0100

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

nikita pushed a commit to branch master
in repository gnurl.

commit 558dffe3066c0e3941cf4780974b4819f1c6ee74
Author: Daniel Stenberg <daniel@haxx.se>
AuthorDate: Tue Sep 8 22:47:17 2020 +0200

    lib583: fix enum mixup
    
    grrr the previous follow-up to 17fcdf6a31 was wrong
---
 tests/libtest/lib583.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/libtest/lib583.c b/tests/libtest/lib583.c
index 4c667ce9b..9091533e8 100644
--- a/tests/libtest/lib583.c
+++ b/tests/libtest/lib583.c
@@ -36,7 +36,7 @@ int test(char *URL)
   CURLM *multiHandle = NULL;
   CURL *curl = NULL;
   CURLcode res = CURLE_OK;
-  CURLMcode mres = CURLE_OK;
+  CURLMcode mres;
 
   global_init(CURL_GLOBAL_ALL);
 

-- 
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]