提交 e481b1d8 编写于 作者: C Clemens Buchacher 提交者: Junio C Hamano

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: NClemens Buchacher <drizzd@aon.at>
Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 8426f672
......@@ -253,6 +253,7 @@ sub conn {
}
}
};
$pass = "A" unless $pass;
}
my ($s, $rep);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册