Skip to content
Snippets Groups Projects
Commit ec340e3e authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

adjusted the global_init() call to pass the new flag argument too

parent f44f512f
No related branches found
No related tags found
No related merge requests found
......@@ -179,7 +179,7 @@ static CURLcode win32_init(void) { return CURLE_OK; }
*/
CURLcode main_init(void)
{
curl_global_init();
curl_global_init(0);
return win32_init();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment