summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2018-06-18 13:46:32 +0200
committerVolker Lendecke <vl@samba.org>2018-06-18 18:34:51 +0200
commit877266f775004cd43f40a6c46f76b8a85afde0fa (patch)
tree24acb096cbcbea65120d998a57fad4d20ada6deb /source3/librpc
parent0a6e9b6c0e15fa6fe46acdd357d76b8df447317f (diff)
downloadsamba-877266f775004cd43f40a6c46f76b8a85afde0fa.tar.gz
librpc/crypto: Fix a misleading comment
Probably cut&paste error Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Mon Jun 18 18:34:51 CEST 2018 on sn-devel-144
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/crypto/gse_krb5.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/source3/librpc/crypto/gse_krb5.c b/source3/librpc/crypto/gse_krb5.c
index cc8cb901ad3..172616ca3dc 100644
--- a/source3/librpc/crypto/gse_krb5.c
+++ b/source3/librpc/crypto/gse_krb5.c
@@ -502,9 +502,7 @@ static krb5_error_code fill_mem_keytab_from_dedicated_keytab(krb5_context krbctx
}
/*
- * Iterate through the keytab. For each key, if the principal
- * name case-insensitively matches one of the allowed formats,
- * copy it to the memory keytab.
+ * Copy the dedicated keyab to our in-memory keytab.
*/
ret = krb5_kt_start_seq_get(krbctx, keytab, &kt_cursor);