1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

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
This commit is contained in:
Volker Lendecke 2018-06-18 13:46:32 +02:00
parent 0a6e9b6c0e
commit 877266f775

View 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);