mirror of
https://github.com/clearml/dropbear
synced 2025-02-07 13:21:15 +00:00
Fix accidentally committed debug message
Was added Oct 18 2021 "Only redirect stderr after the session login."
This commit is contained in:
parent
483b427335
commit
18be2a6509
@ -851,7 +851,6 @@ static int ptycommand(struct Channel *channel, struct ChanSess *chansess) {
|
|||||||
* the wtmp login will not be recorded */
|
* the wtmp login will not be recorded */
|
||||||
li = chansess_login_alloc(chansess);
|
li = chansess_login_alloc(chansess);
|
||||||
login_login(li);
|
login_login(li);
|
||||||
dropbear_log(LOG_WARNING, "bad thing happened");
|
|
||||||
login_free_entry(li);
|
login_free_entry(li);
|
||||||
|
|
||||||
/* Can now dup2 stderr. Messages from login_login() have gone
|
/* Can now dup2 stderr. Messages from login_login() have gone
|
||||||
|
Loading…
Reference in New Issue
Block a user