From e7917c16c95e878aa33ff32144044b72ee41a11f Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Mon, 12 Aug 2013 22:41:00 +0800 Subject: Remove accidental one second sleep leftover from debugging --- svr-chansession.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'svr-chansession.c') diff --git a/svr-chansession.c b/svr-chansession.c index 88a4b85..5dd5540 100644 --- a/svr-chansession.c +++ b/svr-chansession.c @@ -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->errfd); - sleep(1); - addchildpid(chansess, chansess->pid); if (svr_ses.lastexit.exitpid != -1) { -- cgit v1.2.3