parameter fix to `flags2int'

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3231 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-08-28 22:09:24 +00:00
parent 428abc3edf
commit b41615b693
2 changed files with 2 additions and 2 deletions

View File

@@ -143,7 +143,7 @@ hdb_entry2string(hdb_entry *ent, char **str)
strcat(buf, "-");
strcat(buf, " ");
asprintf(&p, "%d", flags2int(&ent->flags));
asprintf(&p, "%d", flags2int(ent->flags));
strcat(buf, p);
free(p);