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:
parent
26c08067f0
commit
76ebe05c18
@ -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