make compile
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23931 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -382,7 +382,7 @@ _krb5_config_copy(krb5_context context,
|
|||||||
if ((*d)->type == krb5_config_string)
|
if ((*d)->type == krb5_config_string)
|
||||||
(*d)->u.string = strdup(c->u.string);
|
(*d)->u.string = strdup(c->u.string);
|
||||||
else if ((*d)->type == krb5_config_list)
|
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
|
else
|
||||||
krb5_abortx(context,
|
krb5_abortx(context,
|
||||||
"unknown binding type (%d) in krb5_config_copy",
|
"unknown binding type (%d) in krb5_config_copy",
|
||||||
|
Reference in New Issue
Block a user