mirror of
http://galexander.org/git/simplesshd.git
synced 2024-11-27 09:48:08 +00:00
fix typo
This commit is contained in:
parent
8a9503ac90
commit
4d888fdd81
@ -93,9 +93,9 @@ static void authclear() {
|
||||
}
|
||||
pw[8] = 0;
|
||||
dropbear_log(LOG_WARNING, "no authorized keys, generating single-use password:");
|
||||
dropbear_log(LOG_ALERT, "--------", pw);
|
||||
dropbear_log(LOG_ALERT, "--------");
|
||||
dropbear_log(LOG_ALERT, "%s", pw);
|
||||
dropbear_log(LOG_ALERT, "--------", pw);
|
||||
dropbear_log(LOG_ALERT, "--------");
|
||||
ses.authstate.pw_passwd = m_strdup(pw);
|
||||
}
|
||||
#endif /* 0 */
|
||||
|
Loading…
Reference in New Issue
Block a user