Loading src/tool_operate.c +6 −4 Original line number Diff line number Diff line Loading @@ -1369,8 +1369,9 @@ static CURLcode operate_do(struct GlobalConfig *global, retrystart = tvnow(); #ifndef CURL_DISABLE_LIBCURL_OPTION if(global->libcurl) { result = easysrc_perform(); if(result) { if(result) goto show_error; } #endif Loading Loading @@ -1863,6 +1864,7 @@ CURLcode operate(struct GlobalConfig *config, int argc, argv_item_t argv[]) else { #ifndef CURL_DISABLE_LIBCURL_OPTION /* Initialise the libcurl source output */ if(config->libcurl) result = easysrc_init(); #endif Loading Loading
src/tool_operate.c +6 −4 Original line number Diff line number Diff line Loading @@ -1369,8 +1369,9 @@ static CURLcode operate_do(struct GlobalConfig *global, retrystart = tvnow(); #ifndef CURL_DISABLE_LIBCURL_OPTION if(global->libcurl) { result = easysrc_perform(); if(result) { if(result) goto show_error; } #endif Loading Loading @@ -1863,6 +1864,7 @@ CURLcode operate(struct GlobalConfig *config, int argc, argv_item_t argv[]) else { #ifndef CURL_DISABLE_LIBCURL_OPTION /* Initialise the libcurl source output */ if(config->libcurl) result = easysrc_init(); #endif Loading