modified Curl_disconnect() so that it unlinks itself from the data struct,
authorDaniel Stenberg <daniel@haxx.se>
Mon, 12 Mar 2001 10:13:42 +0000 (10:13 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 12 Mar 2001 10:13:42 +0000 (10:13 +0000)
commit5bbe18942067f12dcd8745a9fecbc80ae8c1c431
tree9c1ce8b8467e0d388c7a1075f573245e6251ecf0
parent93ff159e3274b5bea55a4cbefac463c734626894
modified Curl_disconnect() so that it unlinks itself from the data struct,
it saves me from more mistakes when the connectindex is -1 ... also, there's
no point in having its parent do it as all parents would do it anyway.
lib/url.c