diff options
author | Thomas White <taw@physics.org> | 2017-02-02 11:36:14 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2017-02-02 11:45:16 +0100 |
commit | 80b54c66c36c46a247d6d015be60ea9e73aa025f (patch) | |
tree | 4b5cd1d18d26e3f66dccb314737d6e1f66c2217d /src | |
parent | c7abdfb3e404a8a238e8352ea5e195f864efefd2 (diff) |
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.
Diffstat (limited to 'src')
-rw-r--r-- | src/im-sandbox.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); } |