Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
f1aa9a55
Commit
f1aa9a55
authored
Apr 21, 2021
by
Howard Chu
Committed by
Quanah Gibson-Mount
Apr 30, 2021
Browse files
ITS
#9529
pcache: update refresh_time after query refresh
parent
5b832eb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/overlays/pcache.c
View file @
f1aa9a55
...
...
@@ -3641,6 +3641,7 @@ consistency_check(
*/
if
(
query
->
expiry_time
>
op
->
o_time
)
{
refresh_query
(
op
,
query
,
on
);
query
->
refresh_time
=
op
->
o_time
+
templ
->
ttr
;
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment