[project @ 2003-09-17 17:54:39 by bursa]

Fix last checkin.

svn path=/import/netsurf/; revision=300
This commit is contained in:
James Bursa 2003-09-17 17:54:39 +00:00
parent 6dc14a06b7
commit 1d8100be6f
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ void fetch_abort(struct fetch *f)
f->next->prev = f->prev;
/* remove from curl multi handle */
if (f->cull_handle) {
if (f->curl_handle) {
codem = curl_multi_remove_handle(curl_multi, f->curl_handle);
assert(codem == CURLM_OK);
}