1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

s4-ldap: Pass on-wire transmitted control down the chain

Change-Id: Ic3a117f74e8a67c45584fdb520d92e4f0cb01c5e
Signed-off-by: Kamen Mazdrashki <kamenim@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Kamen Mazdrashki
2014-12-02 01:53:18 +01:00
parent 2845e1c29f
commit 6214dbd574

View File

@ -459,7 +459,7 @@ static int ldapsrv_rename_with_controls(struct ldapsrv_call *call,
ret = ldb_build_rename_req(&req, ldb, ldb,
olddn,
newdn,
NULL,
controls,
res,
ldb_modify_default_callback,
NULL);