summaryrefslogtreecommitdiff
path: root/content/llcache.c
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2019-08-04 09:27:23 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2019-08-04 11:22:40 +0100
commit386d803371c94a4b10154fa544374dc7b09fb14a (patch)
treea7e02028fe164f25ebd86cdab4fef4f5c484ab6b /content/llcache.c
parent90fe920e07c78e4f65f5df84498c570892e5e2c0 (diff)
downloadnetsurf-386d803371c94a4b10154fa544374dc7b09fb14a.tar.gz
netsurf-386d803371c94a4b10154fa544374dc7b09fb14a.tar.bz2
llcache: pass the cb_pw in query_finished
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'content/llcache.c')
-rw-r--r--content/llcache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/llcache.c b/content/llcache.c
index 71282f2dd..06951e2ec 100644
--- a/content/llcache.c
+++ b/content/llcache.c
@@ -2270,6 +2270,7 @@ static nserror llcache_query_handle_response(bool proceed, void *cbpw)
/* Tell all the users that we're leaving query state */
event.type = LLCACHE_EVENT_QUERY_FINISHED;
+ event.data.query.cb_pw = object;
/* Refetch, using existing fetch parameters, if client allows us to */
if (llcache_send_event_to_users(object, &event) == NSERROR_OK && proceed)