From: Stefan Metzmacher Date: Tue, 5 Nov 2019 10:25:52 +0000 (+0100) Subject: samba_dnsupdate: fix delete (samba-tool) message X-Git-Tag: ldb-2.2.0~1187 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d6864e08e5e7da282581c412f880e5d3fe7e0dd;p=thirdparty%2Fsamba.git samba_dnsupdate: fix delete (samba-tool) message Signed-off-by: Stefan Metzmacher Reviewed-by: Andreas Schneider --- 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: