summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/extended_dn_out.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-09-24 12:09:26 -0700
committerAndrew Tridgell <tridge@samba.org>2010-09-25 10:38:45 -0700
commit5568fcd88b2a32ba389694ee35ab521af1ea7394 (patch)
treecd3adc4f80d9064d085225f0f6dfac68ecd2fc39 /source4/dsdb/samdb/ldb_modules/extended_dn_out.c
parentf4893e7d33b7c9aaafba5ce8657972d3eb600257 (diff)
downloadsamba-5568fcd88b2a32ba389694ee35ab521af1ea7394.tar.gz
samba-5568fcd88b2a32ba389694ee35ab521af1ea7394.tar.bz2
samba-5568fcd88b2a32ba389694ee35ab521af1ea7394.zip
s4-dsdb: added tagging of requests in dsdb modules
this allows you to call dsdb_req_chain_debug() in gdb or when writing debug code to see the request chain
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/extended_dn_out.c')
-rw-r--r--source4/dsdb/samdb/ldb_modules/extended_dn_out.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/extended_dn_out.c b/source4/dsdb/samdb/ldb_modules/extended_dn_out.c
index fc0401369c..2daae253ef 100644
--- a/source4/dsdb/samdb/ldb_modules/extended_dn_out.c
+++ b/source4/dsdb/samdb/ldb_modules/extended_dn_out.c
@@ -643,6 +643,7 @@ static int extended_dn_out_search(struct ldb_module *module, struct ldb_request
req->controls,
ac, callback,
req);
+ LDB_REQ_SET_LOCATION(down_req);
if (ret != LDB_SUCCESS) {
return ret;
}