summaryrefslogtreecommitdiffstats
path: root/stream/cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/cache.c')
-rw-r--r--stream/cache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/cache.c b/stream/cache.c
index 56d9220dfd..8f17f981e8 100644
--- a/stream/cache.c
+++ b/stream/cache.c
@@ -434,6 +434,7 @@ static void cache_execute_control(struct priv *s)
cache_drop_contents(s);
}
+ update_cached_controls(s);
s->control = CACHE_CTRL_NONE;
pthread_cond_signal(&s->wakeup);
}