mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Fixed a mistype
This commit is contained in:
parent
5a7e4c863d
commit
fbb3fee9af
@ -66,7 +66,7 @@ struct ConnectionParameters
|
|||||||
if (password_prompt)
|
if (password_prompt)
|
||||||
{
|
{
|
||||||
std::cout << "Password for user (" << user << "): ";
|
std::cout << "Password for user (" << user << "): ";
|
||||||
SetTerminalEcho(false);
|
setTerminalEcho(false);
|
||||||
|
|
||||||
SCOPE_EXIT({
|
SCOPE_EXIT({
|
||||||
setTerminalEcho(true);
|
setTerminalEcho(true);
|
||||||
|
Loading…
Reference in New Issue
Block a user