1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-03 01:18:10 +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:
Björn Baumbach 2023-01-17 12:26:10 +01:00
parent 3d3d01cda8
commit 86fde91621

View File

@ -65,7 +65,7 @@ fail:
bool cli_credentials_set_cmdline_callbacks(struct cli_credentials *cred) 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. * stdin.
*/ */
return cli_credentials_set_password_callback(cred, return cli_credentials_set_password_callback(cred,