From c874a8a295aeee859b1b72e6ed88cf1e17d2c2d6 Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Fri, 8 Jun 2001 20:25:33 +0000 Subject: [PATCH] * cr_tkt.c (krb_create_ticket): Get rid of last argument (k5key) which was added erroneously and is not how code is used in tree. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13319 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb4/ChangeLog | 5 +++++ src/lib/krb4/cr_tkt.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/lib/krb4/ChangeLog b/src/lib/krb4/ChangeLog index 3e7316987..1ba4c0df0 100644 --- a/src/lib/krb4/ChangeLog +++ b/src/lib/krb4/ChangeLog @@ -1,3 +1,8 @@ +2001-06-08 Ezra Peisach + + * cr_tkt.c (krb_create_ticket): Get rid of last argument (k5key) + which was added erroneously and is not how code is used in tree. + 2001-06-08 Ezra Peisach * ad_print.c (ad_print): Cast arguments to printf() to longs to diff --git a/src/lib/krb4/cr_tkt.c b/src/lib/krb4/cr_tkt.c index f84429d2e..09e5cf847 100644 --- a/src/lib/krb4/cr_tkt.c +++ b/src/lib/krb4/cr_tkt.c @@ -94,7 +94,7 @@ krb_cr_tkt_int PROTOTYPE((KTEXT tkt, unsigned int flags_in, char *pname, */ int krb_create_ticket(tkt, flags, pname, pinstance, prealm, paddress, - session, life, time_sec, sname, sinstance, key, k5key) + session, life, time_sec, sname, sinstance, key) KTEXT tkt; /* Gets filled in by the ticket */ unsigned int flags; /* Various Kerberos flags */ char *pname; /* Principal's name */ -- 2.26.2