summaryrefslogtreecommitdiff
path: root/kerberosIV/krb
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>1997-12-15 17:56:27 +0000
committerArtur Grabowski <art@cvs.openbsd.org>1997-12-15 17:56:27 +0000
commit25c94af0a2af23c8819b403339139ef6830411e3 (patch)
tree246f15545816d748649c2ddea2abe6c37f7af0a8 /kerberosIV/krb
parent30f07e43453293dd26c2959326bb99a7afc0020e (diff)
Upgrades, sanity checks, cleanup, etc.
Diffstat (limited to 'kerberosIV/krb')
-rw-r--r--kerberosIV/krb/kntoln.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosIV/krb/kntoln.c b/kerberosIV/krb/kntoln.c
index f7f28c98181..2e7cc271ac5 100644
--- a/kerberosIV/krb/kntoln.c
+++ b/kerberosIV/krb/kntoln.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kntoln.c,v 1.3 1997/12/09 07:57:23 art Exp $ */
+/* $OpenBSD: kntoln.c,v 1.4 1997/12/15 17:56:24 art Exp $ */
/* $KTH: kntoln.c,v 1.7 1997/03/23 03:53:12 joda Exp $ */
/*
@@ -159,7 +159,7 @@ an_to_a(AUTH_DAT *ad,
* into a struct AUTH_DAT.
*/
int
-a_to_an(cahr *str, AUTH_DAT *ad)
+a_to_an(char *str, AUTH_DAT *ad)
{
char *buf = (char *)malloc(strlen(str)+1);
char *rlm, *inst, *princ;