aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2013-02-22 18:13:11 +0100
committerThomas White <taw@physics.org>2013-02-22 18:13:11 +0100
commit1094e0eeccd8fd68f7a58baea8e03743f89b5edb (patch)
treea381ef41160747197d9d0872fc55258d33d98304
parent14dbe0b17405956fd1905044da74c78f09af81b2 (diff)
If no progress, still check if everything's finished or not
-rw-r--r--src/im-sandbox.c2
1 files changed, 0 insertions, 2 deletions
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;