indent
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23999 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -207,7 +207,8 @@ kcm_alloc(krb5_context context, const char *name, krb5_ccache *id)
|
||||
|
||||
k = malloc(sizeof(*k));
|
||||
if (k == NULL) {
|
||||
krb5_set_error_message(context, KRB5_CC_NOMEM, N_("malloc: out of memory", ""));
|
||||
krb5_set_error_message(context, KRB5_CC_NOMEM,
|
||||
N_("malloc: out of memory", ""));
|
||||
return KRB5_CC_NOMEM;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user