set flags and aliases

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24458 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-01-25 00:47:22 +00:00
parent e19011086b
commit 10336e8213

View File

@@ -275,6 +275,8 @@ akf_next_entry(krb5_context context,
ret = 0;
entry->timestamp = time(NULL);
entry->flags = 0;
entry->aliases = NULL;
out:
krb5_storage_seek(cursor->sp, pos + 4 + 8, SEEK_SET);