Change name verify_unix_user -> unix_verify_user in analogy with

krb_verify_user.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@697 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1996-08-31 20:42:48 +00:00
parent dbd9c54df4
commit 667e86ee11
5 changed files with 5 additions and 5 deletions

View File

@@ -529,7 +529,7 @@ verify(char *password)
* First try with root password, if allowed.
*/
if(appres.accept_root && verify_unix_user("root", password) == 0)
if(appres.accept_root && unix_verify_user("root", password) == 0)
return 0;
/*
* Password that log out user