mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-15 16:47:56 -05:00
Fix typo in last commit
This commit is contained in:
parent
a4ad2eea17
commit
887c21c53e
1 changed files with 1 additions and 1 deletions
|
|
@ -273,7 +273,7 @@ retry: /* transaction retry */
|
|||
|
||||
/* check parent for "children" acl */
|
||||
rc = access_allowed( be, conn, op, p,
|
||||
children, NULL, ACL_WRITE, NULL ) );
|
||||
children, NULL, ACL_WRITE, NULL );
|
||||
|
||||
if ( ! rc ) {
|
||||
rc = LDAP_INSUFFICIENT_ACCESS;
|
||||
|
|
|
|||
Loading…
Reference in a new issue