remove trailing whitespace
This commit is contained in:
@@ -119,7 +119,7 @@ krb5_rd_cred(krb5_context context,
|
||||
KRB5_KU_KRB_CRED,
|
||||
&cred.enc_part,
|
||||
&enc_krb_cred_part_data);
|
||||
|
||||
|
||||
krb5_crypto_destroy(context, crypto);
|
||||
}
|
||||
|
||||
@@ -135,13 +135,13 @@ krb5_rd_cred(krb5_context context,
|
||||
|
||||
if (ret)
|
||||
goto out;
|
||||
|
||||
|
||||
ret = krb5_decrypt_EncryptedData(context,
|
||||
crypto,
|
||||
KRB5_KU_KRB_CRED,
|
||||
&cred.enc_part,
|
||||
&enc_krb_cred_part_data);
|
||||
|
||||
|
||||
krb5_crypto_destroy(context, crypto);
|
||||
}
|
||||
if (ret)
|
||||
@@ -196,7 +196,7 @@ krb5_rd_cred(krb5_context context,
|
||||
auth_context->local_port);
|
||||
if (ret)
|
||||
goto out;
|
||||
|
||||
|
||||
ret = compare_addrs(context, a, enc_krb_cred_part.r_address,
|
||||
N_("receiver address is wrong "
|
||||
"in received creds", ""));
|
||||
@@ -300,9 +300,9 @@ krb5_rd_cred(krb5_context context,
|
||||
krb5_copy_addresses (context,
|
||||
kci->caddr,
|
||||
&creds->addresses);
|
||||
|
||||
|
||||
(*ret_creds)[i] = creds;
|
||||
|
||||
|
||||
}
|
||||
(*ret_creds)[i] = NULL;
|
||||
|
||||
|
Reference in New Issue
Block a user