changeset 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 028fa77f952f
children 35183e8a7851
files svr-chansession.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
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) {