mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
b5ee6ae29d
If we want to modify the the passed request on its way down the module chain, we should use the proper way and use ldb_msg_copy_shallow() and ldb_build_add_req(). This way we don't alter the callers const structure. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>