sigsegv_dump
Greg Alexander 8 years ago
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…
Cancel
Save