From ec340e3e3387a470e26be1e883e5a736d768fbf6 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Mon, 28 May 2001 15:31:12 +0000
Subject: [PATCH] adjusted the global_init() call to pass the new flag argument
 too

---
 src/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.c b/src/main.c
index d2cc1dcb06..05921247da 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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();
 }
 
-- 
GitLab