1
0
mirror of http://galexander.org/git/simplesshd.git synced 2024-11-27 09:48:08 +00:00
This commit is contained in:
Greg Alexander 2016-10-16 18:38:11 -04:00
parent 8a9503ac90
commit 4d888fdd81

View File

@ -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 */