This commit is contained in:
Pierangelo Masarati 2007-03-19 15:50:51 +00:00
parent 6420bcd7d7
commit 93f338eb79

View File

@ -185,8 +185,8 @@ rwm_op_dn_massage( Operation *op, SlapReply *rs, void *cookie,
} else {
op->o_req_dn = ndn;
}
ros->r_ndn = ndn;
op->o_req_ndn = ndn;
ros->r_ndn = ndn;
return LDAP_SUCCESS;
}