]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
samba_dnsupdate: fix delete (samba-tool) message
authorStefan Metzmacher <metze@samba.org>
Tue, 5 Nov 2019 10:25:52 +0000 (11:25 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 27 Mar 2020 09:02:37 +0000 (09:02 +0000)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source4/scripting/bin/samba_dnsupdate

index 0e7d4f960ff090d4b7057650e9ae415ba1ad27ec..44eb1cadd2718101b224b558a2975733bca42b9d 100755 (executable)
@@ -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: