Loading src/tool_operate.c +9 −6 Original line number Original line Diff line number Diff line Loading @@ -1863,9 +1863,10 @@ CURLcode operate(struct GlobalConfig *config, int argc, argv_item_t argv[]) } } else { else { #ifndef CURL_DISABLE_LIBCURL_OPTION #ifndef CURL_DISABLE_LIBCURL_OPTION if(config->libcurl) { /* Initialise the libcurl source output */ /* Initialise the libcurl source output */ if(config->libcurl) result = easysrc_init(); result = easysrc_init(); } #endif #endif /* Perform the main operations */ /* Perform the main operations */ Loading @@ -1891,11 +1892,13 @@ CURLcode operate(struct GlobalConfig *config, int argc, argv_item_t argv[]) } } #ifndef CURL_DISABLE_LIBCURL_OPTION #ifndef CURL_DISABLE_LIBCURL_OPTION if(config->libcurl) { /* Cleanup the libcurl source output */ /* Cleanup the libcurl source output */ easysrc_cleanup(); easysrc_cleanup(); /* Dump the libcurl code if previously enabled */ /* Dump the libcurl code if previously enabled */ dumpeasysrc(config); dumpeasysrc(config); } #endif #endif } } else else Loading Loading
src/tool_operate.c +9 −6 Original line number Original line Diff line number Diff line Loading @@ -1863,9 +1863,10 @@ CURLcode operate(struct GlobalConfig *config, int argc, argv_item_t argv[]) } } else { else { #ifndef CURL_DISABLE_LIBCURL_OPTION #ifndef CURL_DISABLE_LIBCURL_OPTION if(config->libcurl) { /* Initialise the libcurl source output */ /* Initialise the libcurl source output */ if(config->libcurl) result = easysrc_init(); result = easysrc_init(); } #endif #endif /* Perform the main operations */ /* Perform the main operations */ Loading @@ -1891,11 +1892,13 @@ CURLcode operate(struct GlobalConfig *config, int argc, argv_item_t argv[]) } } #ifndef CURL_DISABLE_LIBCURL_OPTION #ifndef CURL_DISABLE_LIBCURL_OPTION if(config->libcurl) { /* Cleanup the libcurl source output */ /* Cleanup the libcurl source output */ easysrc_cleanup(); easysrc_cleanup(); /* Dump the libcurl code if previously enabled */ /* Dump the libcurl code if previously enabled */ dumpeasysrc(config); dumpeasysrc(config); } #endif #endif } } else else Loading