Fix typo
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@531 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -570,7 +570,7 @@ verify(char *password)
|
|||||||
* Try to verify as user with kerberos.
|
* Try to verify as user with kerberos.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
ret = krb_verify_user(name, inst, realm, password);
|
ret = krb_verify_user(name, inst, realm, password, 0);
|
||||||
|
|
||||||
if(ret == KSUCCESS){
|
if(ret == KSUCCESS){
|
||||||
if(k_hasafs())
|
if(k_hasafs())
|
||||||
|
Reference in New Issue
Block a user