Fix typo in last commit

This commit is contained in:
Kurt Zeilenga 2002-12-30 04:23:31 +00:00
parent a4ad2eea17
commit 887c21c53e

View file

@ -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;