mirror of
https://github.com/samba-team/samba.git
synced 2025-02-12 21:58:10 +03:00
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>