mirror of
https://github.com/git/git.git
synced 2026-01-11 21:33:13 +09:00
cvs: initialize empty password
If we do not read a password from the command line, and there are no passwords stored in .cvspass, we have to initialize the password with just "A". This fixes a regression introduced by 3fb9d582 (Do not scramble password read from .cvspass). Signed-off-by: Clemens Buchacher <drizzd@aon.at> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
8426f672fc
commit
e481b1d8db
@ -253,6 +253,7 @@ sub conn {
|
||||
}
|
||||
}
|
||||
};
|
||||
$pass = "A" unless $pass;
|
||||
}
|
||||
|
||||
my ($s, $rep);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user