It would help if it compiled. *blush*

This commit is contained in:
Peter Wemm 1998-05-27 16:00:55 +00:00
parent e27b6961ff
commit 41f4688892
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36421

View File

@ -4727,7 +4727,7 @@ check_repository_password (username, password, repository, host_user_ptr)
if (host_user_tmp == NULL)
host_user_tmp = username;
if (found_passwd == NULL || *found_passwd == '\0' ||
if (found_password == NULL || *found_password == '\0' ||
strcmp (found_password, crypt (password, found_password)) == 0)
{
/* Give host_user_ptr permanent storage. */