removed unused stuff.

use krb5_{warn,err}*


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3193 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-08-27 23:19:09 +00:00
parent 2bc6b41743
commit 7e5b83322c
4 changed files with 15 additions and 18 deletions

View File

@@ -78,7 +78,7 @@ hdb_entry2string(hdb_entry *ent, char **str)
{
char *p;
char buf[1024] = "";
int i, j;
int i;
krb5_unparse_name(context, ent->principal, &p);
strcat(buf, p);
strcat(buf, " ");