From 8872a622667a9f2ff7a7213ae2ba82d93e3e14b2 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Sat, 5 Mar 2011 18:45:08 +0100 Subject: s4:partition LDB module - fill in parent requests for inheriting the flags Probably it doesn't matter in this cases but just for consistency. --- source4/dsdb/samdb/ldb_modules/partition.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source4/dsdb/samdb/ldb_modules/partition.c') diff --git a/source4/dsdb/samdb/ldb_modules/partition.c b/source4/dsdb/samdb/ldb_modules/partition.c index c54fe4ff97..6cf670937e 100644 --- a/source4/dsdb/samdb/ldb_modules/partition.c +++ b/source4/dsdb/samdb/ldb_modules/partition.c @@ -976,7 +976,7 @@ static int partition_sequence_number(struct ldb_module *module, struct ldb_reque NULL, res, ldb_extended_default_callback, - NULL); + req); LDB_REQ_SET_LOCATION(treq); if (ret != LDB_SUCCESS) { talloc_free(res); @@ -1034,7 +1034,7 @@ static int partition_sequence_number(struct ldb_module *module, struct ldb_reque NULL, res, ldb_extended_default_callback, - NULL); + req); LDB_REQ_SET_LOCATION(treq); if (ret != LDB_SUCCESS) { talloc_free(res); @@ -1079,7 +1079,7 @@ static int partition_sequence_number(struct ldb_module *module, struct ldb_reque NULL, res, ldb_extended_default_callback, - NULL); + req); LDB_REQ_SET_LOCATION(treq); if (ret != LDB_SUCCESS) { talloc_free(res); -- cgit