mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
addns: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Sat Jun 16 04:21:18 CEST 2018 on sn-devel-144
This commit is contained in:
parent
c4021d0921
commit
455cd6624e
@ -131,7 +131,7 @@ static DNS_ERROR dns_negotiate_gss_ctx_int( TALLOC_CTX *mem_ctx,
|
||||
|
||||
/* Windows 2000 DNS is broken and requires the
|
||||
TKEY payload in the Answer section instead
|
||||
of the Additional seciton like Windows 2003 */
|
||||
of the Additional section like Windows 2003 */
|
||||
|
||||
if ( srv_type == DNS_SRV_WIN2000 ) {
|
||||
err = dns_add_rrec(req, rec, &req->num_answers,
|
||||
|
Loading…
Reference in New Issue
Block a user