From 1094e0eeccd8fd68f7a58baea8e03743f89b5edb Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 22 Feb 2013 18:13:11 +0100 Subject: If no progress, still check if everything's finished or not --- src/im-sandbox.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/im-sandbox.c b/src/im-sandbox.c index be96d516..f969e42f 100644 --- a/src/im-sandbox.c +++ b/src/im-sandbox.c @@ -785,8 +785,6 @@ void create_sandbox(struct index_args *iargs, int n_proc, char *prefix, break; } - if ( r == 0 ) continue; /* No progress this time. Try again */ - if ( FD_ISSET(signal_pipe[0], &fds) ) { char d; -- cgit v1.2.3