Fixed a mistype

This commit is contained in:
BSD_Conqueror 2019-02-02 17:35:51 +03:00
parent 5a7e4c863d
commit fbb3fee9af

View File

@ -66,7 +66,7 @@ struct ConnectionParameters
if (password_prompt)
{
std::cout << "Password for user (" << user << "): ";
SetTerminalEcho(false);
setTerminalEcho(false);
SCOPE_EXIT({
setTerminalEcho(true);