tool_easysrc.h: correct easysrc_perform for CURL_DISABLE_LIBCURL_OPTION

Closes #11398
This commit is contained in:
Brian Nixon 2023-06-30 16:03:20 +01:00 committed by Daniel Stenberg
parent 8bad37ef42
commit 933aedcde8
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View 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 */