summaryrefslogtreecommitdiff
path: root/lib/ldb/tests/sample_module.c
AgeCommit message (Collapse)AuthorFilesLines
2015-03-20ldb:tests/sample_module: don't be lazy and use ↵Stefan Metzmacher1-13/+64
ldb_msg_copy_shallow/ldb_build_add_req 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>
2011-07-05ldb: make ldb a top level library for Samba 4.0Andrew Bartlett1-0/+71
Signed-off-by: Andrew Tridgell <tridge@samba.org>