summaryrefslogtreecommitdiff
path: root/source4/scripting/devel
diff options
context:
space:
mode:
Diffstat (limited to 'source4/scripting/devel')
-rwxr-xr-xsource4/scripting/devel/getncchanges2
-rwxr-xr-xsource4/scripting/devel/repl_cleartext_pwd.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/scripting/devel/getncchanges b/source4/scripting/devel/getncchanges
index 736e3db440..d401c82869 100755
--- a/source4/scripting/devel/getncchanges
+++ b/source4/scripting/devel/getncchanges
@@ -177,4 +177,4 @@ if __name__ == "__main__":
nb_iter += 1
if ctr.more_data == 0 or opts.nb_iter == nb_iter:
break
- req8.highwatermark.tmp_highest_usn = ctr.new_highwatermark.tmp_highest_usn
+ req8.highwatermark = ctr.new_highwatermark
diff --git a/source4/scripting/devel/repl_cleartext_pwd.py b/source4/scripting/devel/repl_cleartext_pwd.py
index 5eebc8689d..9637d885e0 100755
--- a/source4/scripting/devel/repl_cleartext_pwd.py
+++ b/source4/scripting/devel/repl_cleartext_pwd.py
@@ -406,4 +406,4 @@ if __name__ == "__main__":
print "# up to usn[%d]" % (ctr.new_highwatermark.highest_usn)
break
print "# up to tmp_usn[%d]" % (ctr.new_highwatermark.highest_usn)
- req8.highwatermark.tmp_highest_usn = ctr.new_highwatermark.tmp_highest_usn
+ req8.highwatermark = ctr.new_highwatermark