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:
parent
188d9a75ed
commit
e0b5a866ce
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user