diff --git a/heimdal/heimdal.patch b/heimdal/heimdal.patch index 8b66b40f5e..ce3df03efe 100644 --- a/heimdal/heimdal.patch +++ b/heimdal/heimdal.patch @@ -72,3 +72,15 @@ Index: lib/krb5/context.c free(context->etypes); free(context->etypes_des); krb5_free_host_realm (context, context->default_realms); +Index: lib/kadm5/init_c.c +--- lib/kadm5/init_c.c.orig 2007-08-09 09:47:06 +0200 ++++ lib/kadm5/init_c.c 2007-10-18 22:05:53 +0200 +@@ -354,7 +354,7 @@ + krb5_set_error_string(context, "Unable to find local user name"); + return KADM5_FAILURE; + } +- ret = krb5_make_principal(context, &client, ++ ret = krb5_make_principal(context, &default_client, + NULL, user, "admin", NULL); + if(ret) + return ret; diff --git a/heimdal/heimdal.spec b/heimdal/heimdal.spec index ee06cad79d..c3b04c59d9 100644 --- a/heimdal/heimdal.spec +++ b/heimdal/heimdal.spec @@ -33,7 +33,7 @@ Class: EVAL Group: Cryptography License: BSD Version: 1.0.1 -Release: 20071009 +Release: 20071019 # package options %option with_fsl yes