git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@698 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1996-08-31 20:42:49 +00:00
parent 667e86ee11
commit 822330e047

View File

@@ -566,7 +566,7 @@ verify(char *password)
/* /*
* Try to verify as user. * Try to verify as user.
*/ */
if(verify_unix_user(name, password) == 0) if(unix_verify_user(name, password) == 0)
return 0; return 0;
return -1; return -1;
} }