diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-12-18 14:46:23 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2013-01-01 19:28:06 +0100 |
commit | 257ae5443631e645842cfcc9c1cedce6c41d5afa (patch) | |
tree | b0fa756c9788d2871588ff8f59d918fc89702033 /source4/scripting/python | |
parent | e2e2d72b0f373793458c0fda3d2ce28e2f3aea29 (diff) | |
download | samba-257ae5443631e645842cfcc9c1cedce6c41d5afa.tar.gz samba-257ae5443631e645842cfcc9c1cedce6c41d5afa.tar.bz2 samba-257ae5443631e645842cfcc9c1cedce6c41d5afa.zip |
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>
Diffstat (limited to 'source4/scripting/python')
-rw-r--r-- | source4/scripting/python/samba/drs_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/drs_utils.py b/source4/scripting/python/samba/drs_utils.py index 481eec2920..6e2cfea9ab 100644 --- a/source4/scripting/python/samba/drs_utils.py +++ b/source4/scripting/python/samba/drs_utils.py @@ -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 |