From 80b54c66c36c46a247d6d015be60ea9e73aa025f Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 2 Feb 2017 11:36:14 +0100 Subject: Cannot use stamp_response() here We have a pipe index (0 to n_read), not a process index (0 to n_proc). These are two separate lists, with no correspondence between them. See 7dbbfa4 for another fix related to this issue. --- src/im-sandbox.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/im-sandbox.c') diff --git a/src/im-sandbox.c b/src/im-sandbox.c index df8ed1e2..f5493453 100644 --- a/src/im-sandbox.c +++ b/src/im-sandbox.c @@ -524,7 +524,6 @@ static void try_read(struct sandbox *sb, TimeAccounts *taccs) /* If the chunk cannot be read, assume the connection * is broken and that the process will die soon. */ time_accounts_set(taccs, TACC_STREAMREAD); - stamp_response(sb, i); if ( pump_chunk(sb->fhs[i], ofd) ) { remove_pipe(sb, i); } -- cgit v1.2.3