diff options
author | Volker Lendecke <vl@samba.org> | 2018-06-15 14:56:57 +0200 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2018-06-16 04:21:17 +0200 |
commit | 455cd6624ef29b619e50158f3f44ac3a72f25424 (patch) | |
tree | 1550cfa00e227ae6ffe068022b79330d579f951f /lib/addns | |
parent | c4021d09218a5b441677a15ec36e618076ce54d7 (diff) | |
download | samba-455cd6624ef29b619e50158f3f44ac3a72f25424.tar.gz |
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
Diffstat (limited to 'lib/addns')
-rw-r--r-- | lib/addns/dnsgss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/addns/dnsgss.c b/lib/addns/dnsgss.c index fd1af7ec5ba..a446da670f7 100644 --- a/lib/addns/dnsgss.c +++ b/lib/addns/dnsgss.c @@ -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, |