1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/net/arla/files/patch-aa

12 lines
402 B
Plaintext
Raw Normal View History

--- arlad/arla.c.orig Fri Dec 10 10:53:44 1999
+++ arlad/arla.c Fri Dec 10 10:55:03 1999
@@ -961,7 +961,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(), getuid(), &krbdata.c) == NULL) {
arla_warnx (ADEBWARN, "Could not insert tokens to arla");
}