Fix trailing whitespace
This commit is contained in:
@@ -600,7 +600,7 @@ krb5_error_code
|
|||||||
hdb_generate_key_set_password(krb5_context context,
|
hdb_generate_key_set_password(krb5_context context,
|
||||||
krb5_principal principal,
|
krb5_principal principal,
|
||||||
const char *password,
|
const char *password,
|
||||||
krb5_key_salt_tuple *ks_tuple, int n_ks_tuple,
|
krb5_key_salt_tuple *ks_tuple, int n_ks_tuple,
|
||||||
Key **keys, size_t *num_keys)
|
Key **keys, size_t *num_keys)
|
||||||
{
|
{
|
||||||
krb5_error_code ret;
|
krb5_error_code ret;
|
||||||
|
@@ -53,7 +53,7 @@ _kadm5_set_keys(kadm5_server_context *context,
|
|||||||
ret = hdb_generate_key_set_password(context->context,
|
ret = hdb_generate_key_set_password(context->context,
|
||||||
ent->principal,
|
ent->principal,
|
||||||
password,
|
password,
|
||||||
ks_tuple, n_ks_tuple,
|
ks_tuple, n_ks_tuple,
|
||||||
&keys, &num_keys);
|
&keys, &num_keys);
|
||||||
if (ret)
|
if (ret)
|
||||||
return ret;
|
return ret;
|
||||||
@@ -240,7 +240,7 @@ _kadm5_set_keys2(kadm5_server_context *context,
|
|||||||
if (ret)
|
if (ret)
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* A structure copy is more efficient here than this would be:
|
* A structure copy is more efficient here than this would be:
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user