From: Volker Lendecke Date: Mon, 18 Jun 2018 11:46:32 +0000 (+0200) Subject: librpc/crypto: Fix a misleading comment X-Git-Tag: tevent-0.9.37~266 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=877266f775004cd43f40a6c46f76b8a85afde0fa;p=thirdparty%2Fsamba.git librpc/crypto: Fix a misleading comment Probably cut&paste error Signed-off-by: Volker Lendecke Reviewed-by: Stefan Metzmacher Autobuild-User(master): Volker Lendecke Autobuild-Date(master): Mon Jun 18 18:34:51 CEST 2018 on sn-devel-144 --- 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);