summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/fetch.c2
1 files changed, 1 insertions, 1 deletions
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);
}