Do not start by checking if we have AFS in `k_afsklog'

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@694 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-08-30 00:48:48 +00:00
parent a41a2bed5a
commit 3c3ee0aa53

View File

@@ -294,9 +294,6 @@ k_afsklog(char *cell, char *krealm)
char *lrealm; /* local realm */
char CELL[64];
if (!k_hasafs())
return KSUCCESS;
if (cell == 0 || cell[0] == 0)
return k_afsklog_all_local_cells (krealm);
foldup(CELL, cell);