diff --git a/src/util.c b/src/util.c index 764db97..ab6096f 100644 --- a/src/util.c +++ b/src/util.c @@ -855,9 +855,9 @@ void close_fds(long max_fd, int spare1, int spare2, int spare3) closedir(d); return; - } + } #endif - + /* fallback, dumb code. */ for (max_fd--; max_fd >= 0; max_fd--) if (max_fd != STDOUT_FILENO && max_fd != STDERR_FILENO && max_fd != STDIN_FILENO &&