* cr_tkt.c (krb_create_ticket): Get rid of last argument (k5key)
authorEzra Peisach <epeisach@mit.edu>
Fri, 8 Jun 2001 20:25:33 +0000 (20:25 +0000)
committerEzra Peisach <epeisach@mit.edu>
Fri, 8 Jun 2001 20:25:33 +0000 (20:25 +0000)
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
src/lib/krb4/cr_tkt.c

index 3e7316987397f0e471772b4badb7e8532ce0aa2c..1ba4c0df08156ddfdb3bbca1fbde11f1c3946847 100644 (file)
@@ -1,3 +1,8 @@
+2001-06-08  Ezra Peisach  <epeisach@mit.edu>
+
+       * 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  <epeisach@mit.edu>
 
        * ad_print.c (ad_print): Cast arguments to printf() to longs to
index f84429d2e87e83f78076f2a833eade80da72b1d0..09e5cf847c9ac1036cecce66ce7f40311a041fc0 100644 (file)
@@ -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 */