comparison 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
comparison
equal deleted inserted replaced
813:028fa77f952f 814:bcfa7f779531
697 697
698 ses.maxfd = MAX(ses.maxfd, channel->writefd); 698 ses.maxfd = MAX(ses.maxfd, channel->writefd);
699 ses.maxfd = MAX(ses.maxfd, channel->readfd); 699 ses.maxfd = MAX(ses.maxfd, channel->readfd);
700 ses.maxfd = MAX(ses.maxfd, channel->errfd); 700 ses.maxfd = MAX(ses.maxfd, channel->errfd);
701 701
702 sleep(1);
703
704 addchildpid(chansess, chansess->pid); 702 addchildpid(chansess, chansess->pid);
705 703
706 if (svr_ses.lastexit.exitpid != -1) { 704 if (svr_ses.lastexit.exitpid != -1) {
707 unsigned int i; 705 unsigned int i;
708 TRACE(("parent side: lastexitpid is %d", svr_ses.lastexit.exitpid)) 706 TRACE(("parent side: lastexitpid is %d", svr_ses.lastexit.exitpid))