if the global_init() is called from within curl_easy_init() and returns
authorDaniel Stenberg <daniel@haxx.se>
Mon, 15 Mar 2004 16:28:36 +0000 (16:28 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 15 Mar 2004 16:28:36 +0000 (16:28 +0000)
commit256a16a8a3a738e400e2cbb97ea770f14414e44c
treee9356ee4b54718e9457e445bd5ecd903b37ff1d4
parent30e0891d3d8cd5bf2f3aa507b524c659ac4c0dd9
if the global_init() is called from within curl_easy_init() and returns
an error code, we now make curl_easy_init fail and return NULL.
lib/easy.c