1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-02 00:23:50 +03:00

dnsupdate: Fix a typo

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Volker Lendecke
2018-05-30 17:24:35 +02:00
committed by Andreas Schneider
parent d161aa3522
commit 82175c0b91

View File

@@ -495,7 +495,7 @@ def call_nsupdate(d, op="add"):
# Now find the SOA, or if we can't get a ticket to the SOA,
# any server with an NS record we can get a ticket for.
#
# Thanks to the Kerberos Crednetials cache this is not
# Thanks to the Kerberos Credentials cache this is not
# expensive inside the loop
server = get_krb5_rw_dns_server(creds, zone)
f.write('server %s\n' % server)