From 6f806b7079b7e1bde2bb3bccb08b33e4fc65edc5 Mon Sep 17 00:00:00 2001 From: Fernando J V da Silva Date: Wed, 13 Jan 2010 14:08:56 -0200 Subject: s4-drs: Uses dsdb_load_partition_usn() with urgent_uSN in s4 code Signed-off-by: Andrew Tridgell --- source4/dsdb/repl/drepl_partitions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/dsdb') 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; -- cgit