diff options
-rw-r--r-- | source4/dsdb/repl/drepl_partitions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/repl/drepl_partitions.c b/source4/dsdb/repl/drepl_partitions.c index 9a24fe541a..7fdd5fa205 100644 --- a/source4/dsdb/repl/drepl_partitions.c +++ b/source4/dsdb/repl/drepl_partitions.c @@ -224,7 +224,7 @@ static WERROR add_local_udv(struct dreplsrv_service *s, uint64_t highest_usn; int i; - ret = dsdb_load_partition_usn(s->samdb, p->dn, &highest_usn); + ret = dsdb_load_partition_usn(s->samdb, p->dn, &highest_usn, NULL); if (ret != LDB_SUCCESS) { /* nothing to add */ return WERR_OK; |