summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/llcache.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/content/llcache.c b/content/llcache.c
index 2d8472b0c..0d20fe8ac 100644
--- a/content/llcache.c
+++ b/content/llcache.c
@@ -2161,8 +2161,7 @@ nserror llcache_fetch_cert_error(llcache_object *object,
{
nserror error = NSERROR_OK;
- /* Abort fetch for this object */
- fetch_abort(object->fetch.fetch);
+ /* Fetch has been stopped, and destroyed. Invalidate object's pointer */
object->fetch.fetch = NULL;
/* Invalidate cache-control data */