diff options
author | Peter Wemm <peter@FreeBSD.org> | 1998-05-27 16:00:55 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1998-05-27 16:00:55 +0000 |
commit | 41f46888925b98600925c9fd285aef67f01f06e3 (patch) | |
tree | ffc5b439fb8b2bde8152bcb58e83ac1a746217d8 /contrib/cvs | |
parent | e27b6961ffb719a78886bcd4c6a4c834d7c4a912 (diff) |
Notes
Diffstat (limited to 'contrib/cvs')
-rw-r--r-- | contrib/cvs/src/server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cvs/src/server.c b/contrib/cvs/src/server.c index e2cc3aaf4f88f..5370462566cfd 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. */ |