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:
@@ -143,7 +143,7 @@ hdb_entry2string(hdb_entry *ent, char **str)
|
|||||||
strcat(buf, "-");
|
strcat(buf, "-");
|
||||||
|
|
||||||
strcat(buf, " ");
|
strcat(buf, " ");
|
||||||
asprintf(&p, "%d", flags2int(&ent->flags));
|
asprintf(&p, "%d", flags2int(ent->flags));
|
||||||
strcat(buf, p);
|
strcat(buf, p);
|
||||||
free(p);
|
free(p);
|
||||||
|
|
||||||
|
@@ -143,7 +143,7 @@ hdb_entry2string(hdb_entry *ent, char **str)
|
|||||||
strcat(buf, "-");
|
strcat(buf, "-");
|
||||||
|
|
||||||
strcat(buf, " ");
|
strcat(buf, " ");
|
||||||
asprintf(&p, "%d", flags2int(&ent->flags));
|
asprintf(&p, "%d", flags2int(ent->flags));
|
||||||
strcat(buf, p);
|
strcat(buf, p);
|
||||||
free(p);
|
free(p);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user