Mercurial > dropbear
diff svr-chansession.c @ 814:bcfa7f779531
Remove accidental one second sleep leftover from debugging
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 12 Aug 2013 22:41:00 +0800 |
parents | 167fdc091c05 |
children | 220f55d540ae |
line wrap: on
line diff
--- a/svr-chansession.c Mon Jul 08 22:43:56 2013 +0800 +++ b/svr-chansession.c Mon Aug 12 22:41:00 2013 +0800 @@ -699,8 +699,6 @@ 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) {