indent.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17951 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -106,10 +106,7 @@ _kdc_get_preferred_key(krb5_context context,
|
|||||||
for (i = 0; p[i] != ETYPE_NULL; i++) {
|
for (i = 0; p[i] != ETYPE_NULL; i++) {
|
||||||
if (krb5_enctype_valid(context, p[i]) != 0)
|
if (krb5_enctype_valid(context, p[i]) != 0)
|
||||||
continue;
|
continue;
|
||||||
ret = hdb_enctype2key(context,
|
ret = hdb_enctype2key(context, &h->entry, p[i], key);
|
||||||
&h->entry,
|
|
||||||
p[i],
|
|
||||||
key);
|
|
||||||
if (ret == 0) {
|
if (ret == 0) {
|
||||||
*enctype = p[i];
|
*enctype = p[i];
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user