1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +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:
Joseph Sutton 2023-02-22 12:07:30 +13:00 committed by Andrew Bartlett
parent f4e4816fcd
commit 8c06c7e2f7

View File

@ -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, "