- Jeff Pohlmeyer fixed a flaw in curl_multi_add_handle() when adding a handle

that has an easy handle present in the "closure" list pending closure.
This commit is contained in:
Daniel Stenberg 2007-02-12 12:15:41 +00:00
parent cf491357b6
commit c7d0966201
2 changed files with 5 additions and 0 deletions

View file

@ -396,6 +396,7 @@ CURLMcode curl_multi_add_handle(CURLM *multi_handle,
break; /* no need to continue since this handle can only be present once
in the list */
}
prev = cl;
cl = next;
}