blob: ac932b4e18e888e2825c16fb4ed7ee985aff64eb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- arlad/arla.c.orig Wed Sep 9 12:05:00 1998
+++ arlad/arla.c Wed Sep 9 12:05:17 1998
@@ -826,7 +826,7 @@
arla_warnx (ADEBWARN,
"getting ticket for %s: %s",
this_cell,
- krb_get_err_text (ret));
+ "Cannot read ticket file");
} else if (cred_add_krb4(getuid(), &krbdata.c) == NULL) {
arla_warnx (ADEBWARN, "Could not insert tokens to arla");
}
|