remove trailing whitespace
This commit is contained in:
@@ -199,11 +199,11 @@ cleanup:
|
||||
|
||||
/**
|
||||
* Validate the newly fetch credential, see also krb5_verify_init_creds().
|
||||
*
|
||||
*
|
||||
* @param context a Kerberos 5 context
|
||||
* @param creds the credentials to verify
|
||||
* @param client the client name to match up
|
||||
* @param ccache the credential cache to use
|
||||
* @param ccache the credential cache to use
|
||||
* @param service a service name to use, used with
|
||||
* krb5_sname_to_principal() to build a hostname to use to
|
||||
* verify.
|
||||
@@ -229,7 +229,7 @@ krb5_get_validated_creds(krb5_context context,
|
||||
return KRB5_PRINC_NOMATCH;
|
||||
}
|
||||
|
||||
ret = krb5_sname_to_principal (context, NULL, service,
|
||||
ret = krb5_sname_to_principal (context, NULL, service,
|
||||
KRB5_NT_SRV_HST, &server);
|
||||
if(ret)
|
||||
return ret;
|
||||
|
Reference in New Issue
Block a user