From e9d6fadb890ac15f3919a6e433f7c81b9a454342 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Fri, 4 Sep 1998 17:30:28 +0000 Subject: [PATCH] (siad_ses_launch, siad_ses_reauthent): use krb_afslog_home git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5146 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/auth/sia/sia.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/auth/sia/sia.c b/lib/auth/sia/sia.c index 44f9b8a44..cdaab3fa9 100644 --- a/lib/auth/sia/sia.c +++ b/lib/auth/sia/sia.c @@ -338,7 +338,7 @@ siad_ses_launch(sia_collect_func_t *collect, k_setpag(); if(k_afs_cell_of_file(entity->pwd->pw_dir, cell, sizeof(cell)) == 0) krb_afslog(cell, 0); - krb_afslog(0, 0); + krb_afslog_home(0, 0, entity->pwd->pw_dir); } return SIADSUCCESS; } @@ -395,7 +395,7 @@ siad_ses_reauthent (sia_collect_func_t *collect, if(k_afs_cell_of_file(entity->pwd->pw_dir, cell, sizeof(cell)) == 0) krb_afslog(cell, 0); - krb_afslog(0, 0); + krb_afslog_home(0, 0, entity->pwd->pw_dir); } } return ret;