remove trailing whitespace
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23815 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -44,11 +44,11 @@ krb5_get_init_creds_opt_init(krb5_get_init_creds_opt *opt)
|
||||
}
|
||||
|
||||
krb5_error_code KRB5_LIB_FUNCTION
|
||||
krb5_get_init_creds_opt_alloc(krb5_context context,
|
||||
krb5_get_init_creds_opt_alloc(krb5_context context,
|
||||
krb5_get_init_creds_opt **opt)
|
||||
{
|
||||
krb5_get_init_creds_opt *o;
|
||||
|
||||
|
||||
*opt = NULL;
|
||||
o = calloc(1, sizeof(*o));
|
||||
if (o == NULL) {
|
||||
@@ -68,7 +68,7 @@ krb5_get_init_creds_opt_alloc(krb5_context context,
|
||||
}
|
||||
|
||||
krb5_error_code
|
||||
_krb5_get_init_creds_opt_copy(krb5_context context,
|
||||
_krb5_get_init_creds_opt_copy(krb5_context context,
|
||||
const krb5_get_init_creds_opt *in,
|
||||
krb5_get_init_creds_opt **out)
|
||||
{
|
||||
@@ -108,7 +108,7 @@ _krb5_get_init_creds_opt_free_krb5_error(krb5_get_init_creds_opt *opt)
|
||||
|
||||
void KRB5_LIB_FUNCTION
|
||||
_krb5_get_init_creds_opt_set_krb5_error(krb5_context context,
|
||||
krb5_get_init_creds_opt *opt,
|
||||
krb5_get_init_creds_opt *opt,
|
||||
const KRB_ERROR *error)
|
||||
{
|
||||
krb5_error_code ret;
|
||||
@@ -224,7 +224,7 @@ krb5_get_init_creds_opt_set_default_flags(krb5_context context,
|
||||
if(t != 0)
|
||||
krb5_get_init_creds_opt_set_renew_life(opt, t);
|
||||
|
||||
krb5_appdefault_boolean(context, appname, realm, "no-addresses",
|
||||
krb5_appdefault_boolean(context, appname, realm, "no-addresses",
|
||||
KRB5_ADDRESSLESS_DEFAULT, &b);
|
||||
krb5_get_init_creds_opt_set_addressless (context, opt, b);
|
||||
|
||||
|
Reference in New Issue
Block a user