1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-27 07:42:04 +03:00

s4:scripting/python: always treat the highwatermark as opaque (bug #9508)

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Stefan Metzmacher
2012-12-18 14:46:23 +01:00
parent e2e2d72b0f
commit 257ae54436
3 changed files with 3 additions and 3 deletions

View File

@ -252,4 +252,4 @@ class drs_Replicate(object):
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
req.highwatermark = ctr.new_highwatermark