mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-11 09:22:54 -05:00
Tweak ACL cache messages
This commit is contained in:
parent
6706ed5d06
commit
883ac70a36
1 changed files with 2 additions and 2 deletions
|
|
@ -234,13 +234,13 @@ slap_access_allowed(
|
|||
( state->as_recorded & ACL_STATE_RECORDED_NV ) )
|
||||
{
|
||||
Debug( LDAP_DEBUG_ACL,
|
||||
"=> slap_access_allowed: result from state (%s)\n",
|
||||
"=> slap_access_allowed: result was in cache (%s)\n",
|
||||
attr, 0, 0 );
|
||||
ret = state->as_result;
|
||||
goto done;
|
||||
} else {
|
||||
Debug( LDAP_DEBUG_ACL,
|
||||
"=> slap_access_allowed: no res from state (%s)\n",
|
||||
"=> slap_access_allowed: result not in cache (%s)\n",
|
||||
attr, 0, 0 );
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue