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:
@@ -112,7 +112,7 @@ afslog_cell(krb5_context context, krb5_ccache id,
|
|||||||
if(verbose)
|
if(verbose)
|
||||||
krb5_warnx(context, "Cell \"%s\" expanded to \"%s\"", cell, c);
|
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
|
static int
|
||||||
@@ -175,5 +175,5 @@ int main(int argc, char **argv)
|
|||||||
afslog_cell(context, id, argv[i], 1);
|
afslog_cell(context, id, argv[i], 1);
|
||||||
}
|
}
|
||||||
if(num == 0)
|
if(num == 0)
|
||||||
k5_afsklog(context, id, NULL, NULL);
|
krb5_afslog(context, id, NULL, NULL);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user