(init_auth): update to new krb5_build_authenticator

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9171 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-11-15 21:14:30 +00:00
parent f54138e6a4
commit 8a61a90f12
2 changed files with 4 additions and 2 deletions

View File

@@ -367,7 +367,8 @@ init_auth
cred,
&cksum,
&auth,
&authenticator);
&authenticator,
KRB5_KU_AP_REQ_AUTH);
if (kret) {
*minor_status = kret;

View File

@@ -367,7 +367,8 @@ init_auth
cred,
&cksum,
&auth,
&authenticator);
&authenticator,
KRB5_KU_AP_REQ_AUTH);
if (kret) {
*minor_status = kret;