From 257ae5443631e645842cfcc9c1cedce6c41d5afa Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 18 Dec 2012 14:46:23 +0100 Subject: s4:scripting/python: always treat the highwatermark as opaque (bug #9508) Signed-off-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett --- source4/scripting/python/samba/drs_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/scripting/python') 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 -- cgit