mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
revert erroneous commit
This commit is contained in:
parent
4b2febb3db
commit
313821118e
@ -759,7 +759,7 @@ be_isroot_pw( Operation *op )
|
||||
int result;
|
||||
char *errmsg;
|
||||
|
||||
if ( ! be_isroot_dn( op ) ) {
|
||||
if ( ! be_isroot( op->o_bd, &op->o_req_ndn ) ) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user