make compile

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23931 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-10-18 21:17:15 +00:00
parent ea51edc312
commit 44629d5ce4

View File

@@ -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",