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 used to be commit e0b5a866ce)
This commit is contained in:
Luke Leighton 1999-03-08 18:42:43 +00:00
parent 26c08067f0
commit 76ebe05c18

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 */