diff options
Diffstat (limited to 'Src')
-rw-r--r-- | Src/exec.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Src/exec.c b/Src/exec.c index 53d7ff673..b5332d81a 100644 --- a/Src/exec.c +++ b/Src/exec.c @@ -1487,7 +1487,8 @@ closemn(struct multio **mfds, int fd) } } _exit(0); - } + } else if (fd >= 0) + mfds[fd] = NULL; } /* close all the mnodes (failure) */ |