From cae10d0ea1d68c41f6cc8b32519e4a9ee6e65c34 Mon Sep 17 00:00:00 2001 From: peter Date: Wed, 27 May 1998 16:00:55 +0000 Subject: It would help if it compiled. *blush* --- contrib/cvs/src/server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/cvs/src') diff --git a/contrib/cvs/src/server.c b/contrib/cvs/src/server.c index e2cc3aa..53704625 100644 --- a/contrib/cvs/src/server.c +++ b/contrib/cvs/src/server.c @@ -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. */ -- cgit v1.1