1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

oops, accidentally committed clear-text password reading last week.

This commit is contained in:
Luke Leighton 0001-01-01 00:00:00 +00:00
parent 188d9a75ed
commit e0b5a866ce

View File

@ -747,7 +747,7 @@ enum client_action
}
else
{
pwd_read(&(smb_cli->pwd), "Enter Password:", False);
pwd_read(&(smb_cli->pwd), "Enter Password:", True);
}
/* paranoia: destroy the local copy of the password */