mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 06:21:45 +03:00
llcache: pass the cb_pw in query_finished
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
This commit is contained in:
parent
90fe920e07
commit
386d803371
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user