Update for new kafs-names.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3395 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-09-05 18:10:04 +00:00
parent 40104e947a
commit f6824da1b7

View File

@@ -112,7 +112,7 @@ afslog_cell(krb5_context context, krb5_ccache id,
if(verbose)
krb5_warnx(context, "Cell \"%s\" expanded to \"%s\"", cell, c);
}
return k5_afsklog(context, id, c, realm);
return krb5_afslog(context, id, c, realm);
}
static int
@@ -175,5 +175,5 @@ int main(int argc, char **argv)
afslog_cell(context, id, argv[i], 1);
}
if(num == 0)
k5_afsklog(context, id, NULL, NULL);
krb5_afslog(context, id, NULL, NULL);
}