mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 10:18:25 +00:00
Trvial formatting fix.
This commit is contained in:
@@ -855,9 +855,9 @@ void close_fds(long max_fd, int spare1, int spare2, int spare3)
|
|||||||
|
|
||||||
closedir(d);
|
closedir(d);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* fallback, dumb code. */
|
/* fallback, dumb code. */
|
||||||
for (max_fd--; max_fd >= 0; max_fd--)
|
for (max_fd--; max_fd >= 0; max_fd--)
|
||||||
if (max_fd != STDOUT_FILENO && max_fd != STDERR_FILENO && max_fd != STDIN_FILENO &&
|
if (max_fd != STDOUT_FILENO && max_fd != STDERR_FILENO && max_fd != STDIN_FILENO &&
|
||||||
|
|||||||
Reference in New Issue
Block a user