From 44629d5ce49f5f61b606e1f7802fd1ee59b68a31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 18 Oct 2008 21:17:15 +0000 Subject: [PATCH] make compile git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23931 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/config_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/krb5/config_file.c b/lib/krb5/config_file.c index 00266d2d0..2938f89fe 100644 --- a/lib/krb5/config_file.c +++ b/lib/krb5/config_file.c @@ -382,7 +382,7 @@ _krb5_config_copy(krb5_context context, if ((*d)->type == krb5_config_string) (*d)->u.string = strdup(c->u.string); else if ((*d)->type == krb5_config_list) - krb5_config_copy (context, c->u.list, &(*d)->u.list); + _krb5_config_copy (context, c->u.list, &(*d)->u.list); else krb5_abortx(context, "unknown binding type (%d) in krb5_config_copy",