summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/hlcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/hlcache.c b/content/hlcache.c
index 944022b4a..69b3dff95 100644
--- a/content/hlcache.c
+++ b/content/hlcache.c
@@ -272,7 +272,7 @@ nserror hlcache_llcache_callback(llcache_handle *handle,
switch (event->type) {
case LLCACHE_EVENT_HAD_HEADERS:
{
- content_type type;
+ content_type type = CONTENT_UNKNOWN;
/* Unlink the context to prevent recursion */
RING_REMOVE(hlcache_retrieval_ctx_ring, ctx);