1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

Fix outdated comment relating to -pw.

This commit is contained in:
Jacob Nevins 2022-10-23 12:31:29 +01:00
parent f7e86ca267
commit 2fbb9284f3

View File

@ -78,8 +78,8 @@ void cmdline_cleanup(void)
/*
* Similar interface to seat_get_userpass_input(), except that here a
* -1 return means that we aren't capable of processing the prompt and
* someone else should do it.
* SPR(K)_INCOMPLETE return means that we aren't capable of processing
* the prompt and someone else should do it.
*/
SeatPromptResult cmdline_get_passwd_input(
prompts_t *p, cmdline_get_passwd_input_state *state, bool restartable)