prefix libasn1 types with heim_

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12439 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-07-15 14:05:49 +00:00
parent 939b444ca3
commit 283630104a
5 changed files with 9 additions and 9 deletions

View File

@@ -692,7 +692,7 @@ get_cred_from_kdc_flags(krb5_context context,
}
/* XXX this can loop forever */
while(1){
general_string tgt_inst;
heim_general_string tgt_inst;
ret = get_cred_from_kdc_flags(context, flags, ccache, &tmp_creds,
&tgt, ret_tgts);