mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 10:57:01 +00:00
Remove accidental one second sleep leftover from debugging
This commit is contained in:
parent
e05b7f0b76
commit
e7917c16c9
@ -699,8 +699,6 @@ static int noptycommand(struct Channel *channel, struct ChanSess *chansess) {
|
|||||||
ses.maxfd = MAX(ses.maxfd, channel->readfd);
|
ses.maxfd = MAX(ses.maxfd, channel->readfd);
|
||||||
ses.maxfd = MAX(ses.maxfd, channel->errfd);
|
ses.maxfd = MAX(ses.maxfd, channel->errfd);
|
||||||
|
|
||||||
sleep(1);
|
|
||||||
|
|
||||||
addchildpid(chansess, chansess->pid);
|
addchildpid(chansess, chansess->pid);
|
||||||
|
|
||||||
if (svr_ses.lastexit.exitpid != -1) {
|
if (svr_ses.lastexit.exitpid != -1) {
|
||||||
|
Loading…
Reference in New Issue
Block a user