Remove accidental one second sleep leftover from debugging

This commit is contained in:
Matt Johnston 2013-08-12 22:41:00 +08:00
parent e05b7f0b76
commit e7917c16c9

View File

@ -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) {