mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
samba_dnsupdate: fix delete (samba-tool) message
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
parent
88500f7326
commit
4d6864e08e
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user