mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
auth/creds: fix a typo in a comment
Signed-off-by: Björn Baumbach <bb@sernet.de> Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
parent
3d3d01cda8
commit
86fde91621
@ -65,7 +65,7 @@ fail:
|
||||
bool cli_credentials_set_cmdline_callbacks(struct cli_credentials *cred)
|
||||
{
|
||||
/*
|
||||
* The there is no tty, then we will try to read the password from
|
||||
* If there is no tty, we will try to read the password from
|
||||
* stdin.
|
||||
*/
|
||||
return cli_credentials_set_password_callback(cred,
|
||||
|
Loading…
Reference in New Issue
Block a user