mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-08 23:06:56 +00:00
12 lines
392 B
Plaintext
12 lines
392 B
Plaintext
|
--- 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");
|
||
|
}
|