Loading lib/cookie.c +1 −0 Original line number Diff line number Diff line Loading @@ -972,6 +972,7 @@ int Curl_cookie_output(struct CookieInfo *c, char *dumphere) format_ptr = get_netscape_format(co); if (format_ptr == NULL) { fprintf(out, "#\n# Fatal libcurl error\n"); fclose(out); return 1; } fprintf(out, "%s\n", format_ptr); Loading Loading
lib/cookie.c +1 −0 Original line number Diff line number Diff line Loading @@ -972,6 +972,7 @@ int Curl_cookie_output(struct CookieInfo *c, char *dumphere) format_ptr = get_netscape_format(co); if (format_ptr == NULL) { fprintf(out, "#\n# Fatal libcurl error\n"); fclose(out); return 1; } fprintf(out, "%s\n", format_ptr); Loading