From: Chris Provenzano Date: Thu, 23 Feb 1995 13:22:08 +0000 (+0000) Subject: * kadmin.c Call krb5_sendauth() with new calling convention X-Git-Tag: krb5-1.0-beta5~684 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=45509dd0f7d9d7175b96849346340e3e80fa0d47;p=krb5.git * kadmin.c Call krb5_sendauth() with new calling convention git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4984 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/appl/sample/sclient/ChangeLog b/src/appl/sample/sclient/ChangeLog index 45b44540a..48dcd45e8 100644 --- a/src/appl/sample/sclient/ChangeLog +++ b/src/appl/sample/sclient/ChangeLog @@ -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 diff --git a/src/appl/sample/sclient/sclient.c b/src/appl/sample/sclient/sclient.c index e9629d6aa..fe31d9fb9 100644 --- a/src/appl/sample/sclient/sclient.c +++ b/src/appl/sample/sclient/sclient.c @@ -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 */