diff options
author | Fernando J V da Silva <fernandojvsilva@yahoo.com.br> | 2010-01-13 14:08:56 -0200 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-01-14 15:37:59 +1100 |
commit | 6f806b7079b7e1bde2bb3bccb08b33e4fc65edc5 (patch) | |
tree | 4e055bfbf8c2630d34c370de4a0c6a05dbbd789e /source4/dsdb/repl | |
parent | e30d009965a789e8a4495609f8d19adb621df6f4 (diff) | |
download | samba-6f806b7079b7e1bde2bb3bccb08b33e4fc65edc5.tar.gz samba-6f806b7079b7e1bde2bb3bccb08b33e4fc65edc5.tar.bz2 samba-6f806b7079b7e1bde2bb3bccb08b33e4fc65edc5.zip |
s4-drs: Uses dsdb_load_partition_usn() with urgent_uSN in s4 code
Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source4/dsdb/repl')
-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; |