(krb_afslog_uid_home): set name

(krb_afslog_uid_home): ditto


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11995 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-04-14 08:32:11 +00:00
parent 41d2ec99d4
commit 9532253cf0

View File

@@ -108,6 +108,7 @@ krb_afslog_uid_home(const char *cell, const char *realm_hint, uid_t uid,
{
kafs_data kd;
kd.name = "krb4";
kd.afslog_uid = afslog_uid_int;
kd.get_cred = get_cred;
kd.get_realm = get_realm;
@@ -142,6 +143,7 @@ krb_realm_of_cell(const char *cell, char **realm)
{
kafs_data kd;
kd.name = "krb4";
kd.get_realm = get_realm;
return _kafs_realm_of_cell(&kd, cell, realm);
}