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