From 1d8100be6fc9b301c771cabf8e02e93b82132df7 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Wed, 17 Sep 2003 17:54:39 +0000 Subject: [project @ 2003-09-17 17:54:39 by bursa] Fix last checkin. svn path=/import/netsurf/; revision=300 --- content/fetch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/fetch.c b/content/fetch.c index 3f87454e1..624d3e817 100644 --- a/content/fetch.c +++ b/content/fetch.c @@ -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); } -- cgit v1.2.3