summaryrefslogtreecommitdiff
path: root/source4/scripting
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2019-11-05 11:25:52 +0100
committerAndreas Schneider <asn@cryptomilk.org>2020-03-27 09:02:37 +0000
commit4d6864e08e5e7da282581c412f880e5d3fe7e0dd (patch)
tree04f1dac71fc1c51c717faf848f591f6bed7bea7b /source4/scripting
parent88500f7326a617a859f70e17869b34611a33e38e (diff)
downloadsamba-4d6864e08e5e7da282581c412f880e5d3fe7e0dd.tar.gz
samba_dnsupdate: fix delete (samba-tool) message
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source4/scripting')
-rwxr-xr-xsource4/scripting/bin/samba_dnsupdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/bin/samba_dnsupdate b/source4/scripting/bin/samba_dnsupdate
index 0e7d4f960ff..44eb1cadd27 100755
--- a/source4/scripting/bin/samba_dnsupdate
+++ b/source4/scripting/bin/samba_dnsupdate
@@ -897,7 +897,7 @@ if (delete_list or update_list) and not opts.nocreds:
for d in delete_list:
if d.rpc or (not use_nsupdate and use_samba_tool):
if opts.verbose:
- print("update (samba-tool): %s" % d)
+ print("delete (samba-tool): %s" % d)
call_samba_tool(d, op="delete", zone=d.zone)
elif am_rodc: