new signature for krb_verify_user

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4205 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-12-15 17:11:26 +00:00
parent 416712be66
commit 3ba57e454e
6 changed files with 7 additions and 6 deletions

View File

@@ -26,7 +26,8 @@ krb4_verify_password (POP *p)
TKT_ROOT "_popper.%u", (unsigned)getpid());
krb_set_tkt_string (tkt);
status = krb_verify_user(p->user, "", lrealm, p->pop_parm[1], 1, "pop");
status = krb_verify_user(p->user, "", lrealm, p->pop_parm[1], 1, "pop",
"");
dest_tkt(); /* no point in keeping the tickets */
return status;
}