summaryrefslogtreecommitdiff
path: root/source4/dsdb
diff options
context:
space:
mode:
Diffstat (limited to 'source4/dsdb')
-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);