]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
librpc/crypto: Fix a misleading comment
authorVolker Lendecke <vl@samba.org>
Mon, 18 Jun 2018 11:46:32 +0000 (13:46 +0200)
committerVolker Lendecke <vl@samba.org>
Mon, 18 Jun 2018 16:34:51 +0000 (18:34 +0200)
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

source3/librpc/crypto/gse_krb5.c

index cc8cb901ad3c29476b0bdc5f5a1b5d6829481e67..172616ca3dc220c59a3b5016ec069b6f3c9052a9 100644 (file)
@@ -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);