summaryrefslogtreecommitdiff
path: root/content/hlcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/hlcache.c')
-rw-r--r--content/hlcache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/hlcache.c b/content/hlcache.c
index e38e74a81..aedd57e80 100644
--- a/content/hlcache.c
+++ b/content/hlcache.c
@@ -399,6 +399,7 @@ nserror hlcache_llcache_callback(llcache_handle *handle,
/* fall through */
case LLCACHE_EVENT_DONE:
/* should never happen: the handler must be changed */
+ assert(0 && "Unexpected llcache event");
break;
case LLCACHE_EVENT_ERROR:
if (ctx->handle->cb != NULL) {