]> granicus.if.org Git - curl/commitdiff
adjusted the global_init() call to pass the new flag argument too
authorDaniel Stenberg <daniel@haxx.se>
Mon, 28 May 2001 15:31:12 +0000 (15:31 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 28 May 2001 15:31:12 +0000 (15:31 +0000)
src/main.c

index d2cc1dcb0622111655c87201565098ff97cf4b23..05921247dab9fa88b9a502ef5bd75bb83da5dc50 100644 (file)
@@ -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();
 }