mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
s4:samba_spnupdate: Fix typo
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
f4e4816fcd
commit
8c06c7e2f7
@ -716,7 +716,7 @@ if 'SOCKET_WRAPPER_DIR' not in os.environ:
|
||||
try:
|
||||
file = open(dns_update_list, "r")
|
||||
except OSError as e:
|
||||
if opts.update_cache:
|
||||
if opts.update_list:
|
||||
print("The specified update list does not exist")
|
||||
else:
|
||||
print("The server update list was not found, "
|
||||
|
Loading…
Reference in New Issue
Block a user