It would help if it compiled. *blush*

This commit is contained in:
peter 1998-05-27 16:00:55 +00:00
parent 4e47d8ced5
commit cae10d0ea1

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. */