old krb_verify_user

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4237 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-12-24 14:35:11 +00:00
parent 72ce9c7009
commit 7dfe42ff25
6 changed files with 6 additions and 7 deletions

View File

@@ -627,7 +627,7 @@ verify(char *password)
/*
* Try to verify as user with kerberos 4.
*/
ret = krb_verify_user(name, inst, realm, password, 0, NULL, "");
ret = krb_verify_user(name, inst, realm, password, 0, NULL);
if (ret == KSUCCESS){
if (k_hasafs())
krb_afslog(NULL, NULL);