Skip to content

Commit cd5dff0

Browse files
committed
re-add request=child, as it's used to set pairs in the child
1 parent a5f5808 commit cd5dff0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/tls/cache.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -641,6 +641,7 @@ unlang_action_t tls_cache_clear_push(request_t *request, fr_tls_conf_t *conf, fr
641641
fr_assert(tls_cache->clear.id);
642642

643643
MEM(child = unlang_subrequest_alloc(request, dict_tls));
644+
request = child;
644645

645646
/*
646647
* Setup the child request for loading

0 commit comments

Comments
 (0)