related to ITS#4973

This commit is contained in:
Pierangelo Masarati 2007-05-19 14:06:42 +00:00
parent 93fbb87545
commit 4f960dacb3

View file

@ -274,6 +274,8 @@ old_good:
op->o_tag = LDAP_REQ_MODIFY;
op->o_callback = &cb;
op->orm_modlist = qpw->rs_mods;
op->orm_no_opattrs = 0;
cb.sc_private = qpw; /* let Modify know this was pwdMod,
* if it cares... */