mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
ITS#10270 slapo-pcache: queries with ttr/x-refresh are not loaded when pcachePersist is on
This commit is contained in:
parent
9b03791108
commit
24d4dcb3d7
1 changed files with 1 additions and 1 deletions
|
|
@ -749,7 +749,7 @@ url2query(
|
|||
}
|
||||
}
|
||||
|
||||
if ( got != GOT_ALL ) {
|
||||
if ( (got & GOT_ALL) != GOT_ALL) {
|
||||
rc = 1;
|
||||
goto error;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue