Revert 1.101, not appropriate

This commit is contained in:
Howard Chu 2007-07-27 09:17:56 +00:00
parent 5ae46c195e
commit 4961b95508

View File

@ -1119,7 +1119,6 @@ locked:
op2.o_tag = LDAP_REQ_MODIFY;
op2.o_callback = &cb;
op2.orm_modlist = mod;
op2.orm_no_opattrs = 1;
op2.o_dn = op->o_bd->be_rootdn;
op2.o_ndn = op->o_bd->be_rootndn;
op2.o_bd->bd_info = (BackendInfo *)on->on_info;