mirror of
https://github.com/samba-team/samba.git
synced 2025-07-27 07:42:04 +03:00
s4:py/samba/drs_utils: pass down req/req_level to self.net.replicate_chunk()
metze Signed-off-by: Andrew Tridgell <tridge@samba.org>
This commit is contained in:
@ -167,7 +167,8 @@ class drs_Replicate:
|
||||
(level, ctr) = self.drs.DsGetNCChanges(self.drs_handle, req_level, req)
|
||||
if ctr.first_object == None and ctr.object_count != 0:
|
||||
raise RuntimeError("DsGetNCChanges: NULL first_object with object_count=%u" % (ctr.object_count))
|
||||
self.net.replicate_chunk(self.replication_state, level, ctr, schema=schema)
|
||||
self.net.replicate_chunk(self.replication_state, level, ctr,
|
||||
schema=schema, req_level=req_level, req=req)
|
||||
if ctr.more_data == 0:
|
||||
break
|
||||
req.highwatermark.tmp_highest_usn = ctr.new_highwatermark.tmp_highest_usn
|
||||
|
Reference in New Issue
Block a user