]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
lib583: fix enum mixup
authorDaniel Stenberg <daniel@haxx.se>
Tue, 8 Sep 2020 20:47:17 +0000 (22:47 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 8 Sep 2020 20:48:16 +0000 (22:48 +0200)
grrr the previous follow-up to 17fcdf6a31 was wrong

tests/libtest/lib583.c

index 4c667ce9b2356343903da66c9c5de6b979e8c7ef..9091533e86b9b6f73a0f08de16c8fb4536b58dfd 100644 (file)
@@ -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);