summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/partition.c
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2011-03-05 18:45:08 +0100
committerMatthias Dieter Wallnöfer <mdw@samba.org>2011-03-10 11:12:04 +0100
commit8872a622667a9f2ff7a7213ae2ba82d93e3e14b2 (patch)
treec62f3359ce32f6069283ea6da62e65768af0b407 /source4/dsdb/samdb/ldb_modules/partition.c
parentb7ecc33ef9eae1a1ebe503a2d1d8c8ed21fb7ccf (diff)
downloadsamba-8872a622667a9f2ff7a7213ae2ba82d93e3e14b2.tar.gz
samba-8872a622667a9f2ff7a7213ae2ba82d93e3e14b2.tar.bz2
samba-8872a622667a9f2ff7a7213ae2ba82d93e3e14b2.zip
s4:partition LDB module - fill in parent requests for inheriting the flags
Probably it doesn't matter in this cases but just for consistency.
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/partition.c')
-rw-r--r--source4/dsdb/samdb/ldb_modules/partition.c6
1 files changed, 3 insertions, 3 deletions
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);