* kadmin.c Call krb5_sendauth() with new calling convention
authorChris Provenzano <proven@mit.edu>
Thu, 23 Feb 1995 13:22:08 +0000 (13:22 +0000)
committerChris Provenzano <proven@mit.edu>
Thu, 23 Feb 1995 13:22:08 +0000 (13:22 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4984 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/sample/sclient/ChangeLog
src/appl/sample/sclient/sclient.c

index 45b44540a408bd9803b3e0cc584ddbfcc037c63f..48dcd45e8a17c2730aea0fd6033259246e3a1b36 100644 (file)
@@ -1,3 +1,7 @@
+Tue Feb 14 15:30:55 1995 Chris Provenzano  (proven@mit.edu)
+
+        * kadmin.c Call krb5_sendauth() with new calling convention.
+
 Fri Jan 13 15:23:47 1995  Chris Provenzano (proven@mit.edu)
 
     * Added krb5_context to all krb5_routines
index e9629d6aa8dac5c5ab8906d2625ee37053ac143f..fe31d9fb997b4b04368abeeff09742c03e6a0ed3 100644 (file)
@@ -173,7 +173,7 @@ char *argv[];
                           0,           /* don't need seq # */
                           0,           /* don't need a subsession key */
                           &err_ret,
-                          &rep_ret);
+                          &rep_ret, NULL);
 
     krb5_free_principal(context, server);      /* finished using it */