]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tool_easysrc.h: correct `easysrc_perform` for `CURL_DISABLE_LIBCURL_OPTION`
authorBrian Nixon <nixonb@yahoo.com>
Fri, 30 Jun 2023 15:03:20 +0000 (16:03 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 9 Jul 2023 16:50:16 +0000 (18:50 +0200)
Closes #11398

src/tool_easysrc.h

index 6f41bc3e72f8e5dd94505ca307e6729418ec5536..8c8d1315014d87cb78d45948936ca3e7f2be42d8 100644 (file)
@@ -51,7 +51,7 @@ void dumpeasysrc(struct GlobalConfig *config);
 #define easysrc_init() CURLE_OK
 #define easysrc_cleanup()
 #define dumpeasysrc(x)
-#define easysrc_perform(x) CURLE_OK
+#define easysrc_perform() CURLE_OK
 
 #endif /* CURL_DISABLE_LIBCURL_OPTION */